err_with_context

Macro err_with_context 

Source
macro_rules! err_with_context {
    ($err:expr) => { ... };
    ($err:expr, $($args:tt)*) => { ... };
}