Docs.rs
im-pathtree-0.13.0
im-pathtree 0.13.0
Permalink
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
uklotzde
Dependencies
derive_more ^1.0.0
normal
im ^15.1.0
normal
optional
itertools ^0.13.0
normal
log ^0.4.22
normal
Versions
50.62%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
NewNode
Id
im_
pathtree
0.13.0
NewNode
Id
Required Methods
new_node_id
Implementors
In crate im_
pathtree
Structs
AncestorTreeNodeIter
DepthFirstDescendantsIter
HalfEdge
HalfEdgeOwned
HalfEdgeTreeNode
InnerNode
LeafNode
NodeInsertedOrUpdated
NodePathResolved
ParentNodeUpdated
PathTree
SubtreeInsertedOrReplaced
SubtreeRemoved
TreeNode
TreeNodeParentChildPathConflict
Enums
InsertOrUpdateNodeValueError
MatchNodePath
Node
NodePathMatched
NodeValue
UpdateNodeValueError
Traits
NewNodeId
PathSegment
PathTreeTypes
RootPath
SegmentedPath
im_pathtree
Trait
NewNodeId
Copy item path
Settings
Help
Summary
Source
pub trait NewNodeId<T> { // Required method fn
new_node_id
(&mut self) -> T; }
Required Methods
§
Source
fn
new_node_id
(&mut self) -> T
Implementors
§