Docs.rs
lemmy-help-0.11.0
lemmy-help 0.11.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
numToStr
Dependencies
chumsky ^0.8.0
normal
comfy-table ^6.1.2
normal
optional
lexopt ^0.2.1
normal
optional
textwrap ^0.16.0
normal
optional
Versions
19.08%
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
lemmy_
help
0.11.0
Nodes
Required Methods
nodes
Implementors
In crate lemmy_
help
lemmy_help
Trait
Nodes
Copy item path
Source
pub trait Nodes { // Required method fn
nodes
(&self) -> &
Vec
<
Node
>; }
Required Methods
§
Source
fn
nodes
(&self) -> &
Vec
<
Node
>
Implementors
§
Source
§
impl
Nodes
for
LemmyHelp