tc_scope

Macro tc_scope 

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