pub trait Wait {
    fn wait(&self);
}

Required Methods

Implementors