Skip to main content

mkres

Macro mkres 

Source
macro_rules! mkres {
    ($($key:ident=$value:expr),+ $(, $($fmt:literal $($args:tt)*)?)?) => { ... };
    ($fmt:literal $($args:tt)*) => { ... };
}
Expand description

Shorthand for Err(mkerr!(..)).