Docs.rs
html-site-generator-0.0.1
html-site-generator 0.0.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
LetsMelon
Dependencies
anyhow ^1.0.71
normal
chrono ^0.4.26
normal
derive_builder ^0.12.0
normal
html-site-generator-macro ^0.0.1
normal
Versions
31.46%
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
IsParagraph
html_
site_
generator
0.0.1
IsParagraph
Required Methods
to_raw
Implementors
In html_
site_
generator::
html
html_site_generator
::
html
Trait
IsParagraph
Copy item path
Source
pub trait IsParagraph:
Debug
{ // Required method fn
to_raw
(&self) ->
String
; }
Required Methods
§
Source
fn
to_raw
(&self) ->
String
Implementors
§
Source
§
impl
IsParagraph
for
Hyperlink
Source
§
impl
IsParagraph
for
Image
Source
§
impl
IsParagraph
for
LineBreak
Source
§
impl
IsParagraph
for
Paragraph
Source
§
impl
IsParagraph
for
TextElement
Source
§
impl<S:
AsRef
<
str
> +
Debug
>
IsParagraph
for S