Trait is_tree::traits::has_path_segment::HasPath
source · pub trait HasPath: KnowsPathSegment {
// Required method
fn path(&self) -> Path<Self::PathSegment>;
}
pub trait HasPath: KnowsPathSegment {
// Required method
fn path(&self) -> Path<Self::PathSegment>;
}