Docs.rs
cursive-tree-0.0.6
cursive-tree 0.0.6
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
tliron
Dependencies
cursive ^0.21.1
normal
Versions
96.23%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
NodePath
cursive_
tree
0.0.6
Node
Path
Aliased Type
In crate cursive_
tree
cursive_tree
Type Alias
Node
Path
Copy item path
Source
pub type NodePath =
VecDeque
<
usize
>;
Expand description
Tree node path.
Aliased Type
ยง
pub struct NodePath {
/* private fields */
}