Struct sentry::shim::ScopeGuard [] [src]

pub struct ScopeGuard;

A "shim only" scope guard.

Doesn't do anything but can be debug formatted.

Trait Implementations

impl Default for ScopeGuard
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ScopeGuard
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ScopeGuard

impl Sync for ScopeGuard