Docs.rs
is-tree-0.9.9
is-tree 0.9.9
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
notdanilo
Dependencies
enum-as-inner ^0.6.0
normal
is-tree-macro ^0.9.7
normal
Versions
74.71%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module has_get
is_tree
0.9.9
Module has_get
Module Items
Traits
In is_
tree::
traits
Modules
has_branch
has_branches
has_get
has_parent
has_path_segment
has_relative
has_root
is_path_segment
knows_visitor
is_tree
::
traits
Module
has_get
Copy item path
Settings
Help
Summary
Source
Expand description
This module contains the
HasGet
trait and its API trait
HasGetAPI
.
Traits
§
HasGet
This is the trait one should implement to provide a way to get branches by their path segments.
HasGetAPI
This is an API trait for getting branches by their path segments.
HasGet
Mut