Trait is_tree::traits::has_path_segment::HasPath
source · pub trait HasPath {
// Required method
fn path(&self) -> Path;
}
Expand description
This trait should be implemented by types that have an absolute path.