Trait im_pathtree::PathSegmentRef
source · pub trait PathSegmentRef<T: PathSegment>: Eq + Hash + Debug {
// Required methods
fn is_empty(&self) -> bool;
fn to_owned(&self) -> T;
}
Expand description
Borrowed path segment.
Required Methods§
Object Safety§
This trait is not object safe.