pub trait Waker {
    fn rx_wake(&self);
    fn tx_park(&self, w: Waker);
}

Required Methods

Implementors