Macro bstring_macros::bformat [] [src]

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

Formats a

See