Expand description
Traits for working with trees.
Re-exports§
pub use has_branches::*;
pub use has_get::*;
pub use has_parent::*;
pub use has_root::*;
pub use has_relative::*;
pub use has_path_segment::*;
pub use is_path_segment::*;
Modules§
- This module contains the
HasBranches
trait and its associated API traits. - This module contains the
HasGet
trait and its API traitHasGetAPI
. - Traits for objects that have a parent.
- Traits for types that have a path segment.
- Traits for relative path traversal.
- A trait for types that have a root.
- Traits for types that can be used as path segments.