operation_context

Macro operation_context 

Source
macro_rules! operation_context {
    ($op:expr) => { ... };
    ($op:expr, $($key:expr => $value:expr),*) => { ... };
}
Expand description

Macro for creating operation context with current function