Macro mil::PErr

source · []
macro_rules! PErr {
    ($msg:expr) => { ... };
    ($msg:expr, $($var:expr),+) => { ... };
}
Expand description

Short hand for a Result<_, ParseErr> type given the error string and args.