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