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§

source

fn is_root(&self) -> bool

Check if the path equals the root path.

Object Safety§

This trait is not object safe.

Implementors§