pub trait SetPauseRecv {
    // Required method
    fn set_pause_recv(&self, x: bool);
}

Required Methods§

Implementors§