pub trait BlockDirectionsExt {
    fn is_readable(&self) -> bool;
    fn is_writable(&self) -> bool;
}

Required Methods

Implementations on Foreign Types

Implementors