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