Docs.rs
rnotify-0.2.0
rnotify 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
tyhdefu
Dependencies
chrono ^0.4.19
normal
clap ^3.2.16
normal
optional
dirs ^4.0.0
normal
discord-webhook ^0.1.0
normal
optional
hostname ^0.3.1
normal
lettre ^0.10.1
normal
optional
minreq ^2.6.0
normal
optional
notify-rust ^4.7.1
normal
optional
serde ^1.0.142
normal
serde_json ^1.0.83
normal
toml ^0.5.9
normal
typetag ^0.2.5
normal
Versions
24.59%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
HtmlMessageDetail
rnotifylib
0.2.0
Html
Message
Detail
Required Methods
create_html
Implementors
In rnotifylib::
util::
html
rnotifylib
::
util
::
html
Trait
Html
Message
Detail
Copy item path
Source
pub trait HtmlMessageDetail { // Required method fn
create_html
(&self) ->
String
; }
Required Methods
§
Source
fn
create_html
(&self) ->
String
Implementors
§
Source
§
impl
HtmlMessageDetail
for
FormattedMessageDetail