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.