macro_rules! error_context {
($result:expr) => { ... };
($result:expr, $msg:expr) => { ... };
}Expand description
Macro for adding location context automatically
macro_rules! error_context {
($result:expr) => { ... };
($result:expr, $msg:expr) => { ... };
}Macro for adding location context automatically