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