Macro atom
macro_rules! atom {
($s:expr) => { ... };
}Available on crate feature
__base only.Expand description
Create an atom from a string literal. This atom is never dropped.
macro_rules! atom {
($s:expr) => { ... };
}__base only.Create an atom from a string literal. This atom is never dropped.