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