Struct sentry::ClientInitGuard [] [src]

pub struct ClientInitGuard(_);

Helper struct that is returned from init.

When this is dropped events are drained with a 1 second timeout.

Methods

impl ClientInitGuard
[src]

[src]

Returns true if a client was created by initialization.

[src]

Returns the client created by init.

Trait Implementations

impl Drop for ClientInitGuard
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations