callback_scope

Macro callback_scope 

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