pub fn scope(strategy: impl ThreadLocalFallibleTryDropStrategy) -> ScopeGuardExpand description
Sets the thread local primary handler to the given one for the duration of the given scope.
For more advanced usage, see the ScopeGuard type.
pub fn scope(strategy: impl ThreadLocalFallibleTryDropStrategy) -> ScopeGuardSets the thread local primary handler to the given one for the duration of the given scope.
For more advanced usage, see the ScopeGuard type.