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
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
im_
pathtree
0.13.0
NewNode
Id
Required Methods
new_node_id
Implementors
In crate im_
pathtree
im_pathtree
Trait
NewNodeId
Copy item path
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
§