macro_rules! operation_context {
($op:expr) => { ... };
($op:expr, $($key:expr => $value:expr),*) => { ... };
}Expand description
Macro for creating operation context with current function
macro_rules! operation_context {
($op:expr) => { ... };
($op:expr, $($key:expr => $value:expr),*) => { ... };
}Macro for creating operation context with current function