Docs.rs
rnotify-0.1.2
rnotify 0.1.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
tyhdefu
Dependencies
chrono ^0.4.19
normal
clap ^3.2.16
normal
discord-webhook ^0.1.0
normal
hostname ^0.3.1
normal
lettre ^0.10.1
normal
minreq ^2.6.0
normal
serde ^1.0.142
normal
serde_json ^1.0.83
normal
toml ^0.5.9
normal
Versions
4.5%
of the crate is documented
Go to latest version
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
☰
MessageDestination
Required Methods
send
Implementors
In rnotifylib::destination
?
Trait
rnotifylib
::
destination
::
MessageDestination
source
·
[
−
]
pub trait MessageDestination { fn
send
(&self, message: &
Message
) ->
Result
<
()
,
Box
<dyn
Error
>>; }
Required Methods
source
fn
send
(&self, message: &
Message
) ->
Result
<
()
,
Box
<dyn
Error
>>
Implementors
source
impl
MessageDestination
for
DiscordDestination
source
impl
MessageDestination
for
FileDestination
source
impl
MessageDestination
for
TelegramDestination