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