Struct relm_core::Lock [] [src]

#[must_use]
pub struct Lock<MSG> { /* fields omitted */ }

A lock is used to temporarily stop emitting messages.

Trait Implementations

impl<MSG> Drop for Lock<MSG>
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<MSG> !Send for Lock<MSG>

impl<MSG> !Sync for Lock<MSG>