Docs.rs
crb-agent-0.0.38
crb-agent 0.0.38
Permalink
Docs.rs crate page
GPL-3.0-only
Links
Repository
crates.io
Source
Owners
therustmonk
Dependencies
anyhow ^1.0.98
normal
async-trait ^0.1.88
normal
crb-core ^0.0.38
normal
crb-runtime ^0.0.38
normal
crb-send ^0.0.38
normal
derive_more ^2.0.1
normal
futures ^0.3.31
normal
log ^0.4.27
normal
Versions
8.92%
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
EventExt
crb_
agent
0.0.38
Event
Ext
Required Methods
event
Implementors
In crb_
agent::
message::
event
crb_agent
::
message
::
event
Trait
Event
Ext
Copy item path
Source
pub trait EventExt<E:
TheEvent
> { // Required method fn
event
(&self, event: E) ->
Result
<
()
>; }
Required Methods
§
Source
fn
event
(&self, event: E) ->
Result
<
()
>
Implementors
§
Source
§
impl<A, E>
EventExt
<E> for
Address
<A>
where A:
OnEvent
<E>, E:
TheEvent
,
Source
§
impl<A, E>
EventExt
<E> for
Context
<A>
where A:
OnEvent
<E>, E:
TheEvent
,