escapable_handle_scope

Macro escapable_handle_scope 

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