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

Required Methods§

Implementors§