macro_rules! ctx_err {
($op:expr, $ctx:expr) => { ... };
}Expand description
Helper macro for context errors Usage: ctx_err!(operation, context) -> “operation context”
macro_rules! ctx_err {
($op:expr, $ctx:expr) => { ... };
}Helper macro for context errors Usage: ctx_err!(operation, context) -> “operation context”