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 ScopeGuard
impl Send for ScopeGuard
impl Sync for ScopeGuard
impl Unpin for ScopeGuard
impl UnwindSafe for ScopeGuard