Macro poloto::move_format[][src]

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

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