Macro move_model::emit
source · macro_rules! emit { ($target:expr, $s:expr) => { ... }; ($target:expr, $s:expr, $($arg:expr),+ $(,)?) => { ... }; }
Expand description
Macro to emit a simple or formatted string.
macro_rules! emit { ($target:expr, $s:expr) => { ... }; ($target:expr, $s:expr, $($arg:expr),+ $(,)?) => { ... }; }
Macro to emit a simple or formatted string.