scope_with_context

Macro scope_with_context 

Source
macro_rules! scope_with_context {
    ($scope: ident, $param: expr, $context: expr $(,)?) => { ... };
    (let $scope: ident, $param: expr, $context: expr $(,)?) => { ... };
}