Docs.rs
notify-me-0.2.0
notify-me 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ShuochengWang
Dependencies
anyhow ^1.0
normal
lettre ^0.10
normal
log ^0.4
normal
ureq ^2.6.2
normal
ctor ^0.1
dev
env_logger ^0.9
dev
Versions
60%
of the crate is documented
Platform
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
Notify
notify_
me
0.2.0
Notify
Required Methods
notify
Implementors
In crate notify_
me
notify_me
Trait
Notify
Copy item path
Source
pub trait Notify { // Required method fn
notify
(&self, title: &
str
, content: &
str
) ->
Result
<
()
>; }
Required Methods
§
Source
fn
notify
(&self, title: &
str
, content: &
str
) ->
Result
<
()
>
Implementors
§
Source
§
impl
Notify
for
EmailNotifier
Source
§
impl
Notify
for
WechatNotifier