Macro js_word
macro_rules! js_word { ($s:tt) => { ... }; }
Available on crate feature
__base
only.Expand description
Creates an Atom from a constant.
macro_rules! js_word { ($s:tt) => { ... }; }
__base
only.Creates an Atom from a constant.