context_as_params

Macro context_as_params 

Source
macro_rules! context_as_params {
    (impl $ctx: ident, $max: expr) => { ... };
    ($ctx: ident, $max: expr) => { ... };
    ($ctx: ident) => { ... };
}