Macro tagger::wr[][src]

macro_rules! wr {
    ($($arg:tt)*) => { ... };
}

Convenience macro to reduce code. Shorthand for ’move |w|write!(w,…)` Create a closure that will use write!() with the formatting arguments.