Trait PointSegQuery

Source
pub trait PointSegQuery {
    // Required methods
    fn is_filesystem_root(&self) -> bool;
    fn kind(&self) -> PointSegKind;
}

Required Methods§

Implementors§