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

Required Methods§

Implementors§