Trait surge_traits::Suspend[][src]

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

Provided methods

Implementors