[][src]Macro alloc_wg::format

macro_rules! format {
    ( in $alloc:expr, $fmt:expr, $($args:expr),* ) => { ... };
    ( $fmt:expr, $($args:expr),* ) => { ... };
}