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
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
lemmy_
help
0.11.0
AsDoc
Required Methods
as_doc
Implementors
In crate lemmy_
help
lemmy_help
Trait
AsDoc
Copy item path
Source
pub trait AsDoc<T:
FromEmmy
> { // Required method fn
as_doc
(&self, s: &T::
Settings
) -> T; }
Required Methods
§
Source
fn
as_doc
(&self, s: &T::
Settings
) -> T
Implementors
§
Source
§
impl<T:
FromEmmy
>
AsDoc
<T> for
LemmyHelp