Docs.rs
hp-log-0.3.1
hp-log 0.3.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
wtu-sos
Dependencies
lazy_static ^1.1.0
normal
log ^0.4
normal
serde ^1.0.84
normal
serde_derive ^1.0.84
normal
strfmt ^0.1.6
normal
time ^0.1.41
normal
toml ^0.4.10
normal
cc ^1.0
build
wincolor ^1.0
normal
Versions
0%
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
SendEvent
hp_log
0.3.1
Send
Event
Required Methods
send_event
Implementations on Foreign Types
Sender<EventType>
Implementors
In hp_
log::
logger
hp_log
::
logger
Trait
Send
Event
Copy item path
Source
pub trait SendEvent { // Required method fn
send_event
(&self, e:
Event
); }
Required Methods
§
Source
fn
send_event
(&self, e:
Event
)
Implementations on Foreign Types
§
Source
§
impl
SendEvent
for
Sender
<
EventType
>
Source
§
fn
send_event
(&self, e:
Event
)
Implementors
§