Docs.rs
async-events-emitter-0.1.0
async-events-emitter 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
MadBull1995
Dependencies
async-trait ^0.1.77
normal
dashmap ^5.5.3
normal
tokio ^1
normal
Versions
25%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
async_
events_
emitter
0.1.0
Event
Provided Methods
type_id
Implementors
In crate async_
events_
emitter
async_events_emitter
Trait
Event
Copy item path
Source
pub trait Event:
Any
+
Send
+
Sync
{ // Provided method fn
type_id
(&self) ->
TypeId
{ ... } }
Provided Methods
§
Source
fn
type_id
(&self) ->
TypeId
Implementors
§