Struct sentry_core::ScopeGuard [−][src]
pub struct ScopeGuard(_);
Expand description
A scope guard.
This is returned from Hub::push_scope and will automatically pop the
scope on drop.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ScopeGuardimpl Send for ScopeGuardimpl Sync for ScopeGuardimpl Unpin for ScopeGuardimpl UnwindSafe for ScopeGuard