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