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.
Required Methods§
Object Safety§
This trait is not object safe.