Docs.rs
msr-plugin-0.3.7
msr-plugin 0.3.7
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
flosse
uklotzde
Dependencies
log ^0.4.19
normal
msr-core =0.3.6
normal
thiserror ^1.0.44
normal
tokio ^1.29.1
normal
Versions
17.31%
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
msr_
plugin
0.3.7
Event
Dispatcher
Required Methods
dispatch_event
Implementors
In crate msr_
plugin
msr_plugin
Trait
EventDispatcher
Copy item path
Source
pub trait EventDispatcher<E> { // Required method fn
dispatch_event
(&self, event: E); }
Required Methods
§
Source
fn
dispatch_event
(&self, event: E)
Implementors
§
Source
§
impl<E>
EventDispatcher
<
PublishedEvent
<E>> for
EventPubSub
<E>
where E:
Debug
+
Clone
,