pub trait SendPaused {
    fn send_paused(&self) -> bool;
}

Required Methods§

Implementors§