Trait im_pathtree::RootPath
source · pub trait RootPath<S: PathSegment, R: PathSegmentRef<S> + ?Sized>: SegmentedPath<S, R> {
// Required method
fn is_root(&self) -> bool;
}
Expand description
Absolute path with a root.
pub trait RootPath<S: PathSegment, R: PathSegmentRef<S> + ?Sized>: SegmentedPath<S, R> {
// Required method
fn is_root(&self) -> bool;
}
Absolute path with a root.