Struct ckb_stop_handler::StopHandler [−][src]
pub struct StopHandler<T> { /* fields omitted */ }Expand description
TODO(doc): @keroro520
Implementations
TODO(doc): @keroro520
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for StopHandler<T>
impl<T> Send for StopHandler<T>
impl<T> Sync for StopHandler<T>
impl<T> Unpin for StopHandler<T>
impl<T> !UnwindSafe for StopHandler<T>
Blanket Implementations
Mutably borrows from an owned value. Read more