Macro fast_fmt::fast_fmt_instantiate [] [src]

macro_rules! fast_fmt_instantiate {
    ($arg:expr) => { ... };
    ($arg:expr=>?) => { ... };
    ($arg:expr=>{$strategy:expr}) => { ... };
}