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