Trait im_pathtree::PathSegment
source · pub trait PathSegment: Clone + Eq + Hash + Debug {
// Required methods
fn empty() -> Self;
fn is_empty(&self) -> bool;
}
Expand description
Owned path segment.
pub trait PathSegment: Clone + Eq + Hash + Debug {
// Required methods
fn empty() -> Self;
fn is_empty(&self) -> bool;
}
Owned path segment.