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

Required Methods§

source

fn is_readable(&self) -> bool

source

fn is_writable(&self) -> bool

Implementations on Foreign Types§

source§

impl BlockDirectionsExt for BlockDirections

Implementors§