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