Macro scan_fmt::scan_fmt_help[][src]

macro_rules! scan_fmt_help {
    ( wrap $res:expr, [hex $arg:tt] ) => { ... };
    ( wrap $res:expr , $($arg1:tt)::* ) => { ... };
    ( no_wrap $err:ident, $res:expr, [hex $arg:tt] ) => { ... };
    ( no_wrap $err:ident, $res:expr , $($arg1:tt)::* ) => { ... };
}