error_context

Macro error_context 

Source
macro_rules! error_context {
    ($result:expr) => { ... };
    ($result:expr, $msg:expr) => { ... };
}
Expand description

Macro for adding location context automatically