pub trait Suspend: Init {
    fn suspend(&mut self) { ... }
}

Provided methods

Implementors