Skip to main content

into_cmd_err

Macro into_cmd_err 

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