Trait cosmic_space::loc::PointSegQuery
source · pub trait PointSegQuery {
fn is_filesystem_root(&self) -> bool;
fn kind(&self) -> PointSegKind;
}pub trait PointSegQuery {
fn is_filesystem_root(&self) -> bool;
fn kind(&self) -> PointSegKind;
}