Skip to main content

cmd_err

Macro cmd_err 

Source
macro_rules! cmd_err {
    ( $fmt:literal ) => { ... };
    ( $fmt:literal, $($arg:tt)* ) => { ... };
    ( $err: path) => { ... };
    ( $err:path, $($arg:tt)*) => { ... };
}