Macro tagger::formatm[][src]

macro_rules! formatm {
    ($($arg : tt) *) => { ... };
}
Expand description

Shorthand for moveable_format(move |w|write!(w,...)) Similar to format_args!() except has a more flexible lifetime.