pub trait PauseRecv {
    fn pause_recv(&self) -> bool;
}

Required Methods§

Implementors§