pub trait Waker {
    fn wake(&self);
}

Required Methods

Implementors