pub trait IsBlockOnlyConn {
    // Required method
    fn is_block_only_conn(&self) -> bool;
}

Required Methods§

Implementors§