Macro hstr::atom

source ·
macro_rules! atom {
    ($s:tt) => { ... };
}
Expand description

Create an atom from a string literal. This atom is never dropped.