Skip to main content

ctx_err

Macro ctx_err 

Source
macro_rules! ctx_err {
    ($op:expr, $ctx:expr) => { ... };
}
Expand description

Helper macro for context errors Usage: ctx_err!(operation, context) -> “operation context”