Docs.rs
typed-eventbus-0.2.1
typed-eventbus 0.2.1
Permalink
Docs.rs crate page
MIT
30 June 2026
Links
Homepage
Repository
crates.io
Source
Owners
Austin-rgb
Dependencies
async-nats ^0.47.0
normal
async-trait ^0.1.89
normal
bytes ^1.11.1
normal
dashmap ^6.2.1
normal
futures ^0.3.32
normal
jiff ^0.2.24
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
thiserror ^2.0.18
normal
tokio ^1.51.0
normal
tracing ^0.1.44
normal
uuid ^1.23.1
normal
Versions
0%
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
Skip to main content
EventError
typed_
eventbus
0.2.1
Event
Error
Aliased Type
In crate typed_
eventbus
typed_eventbus
Type Alias
Event
Error
Copy item path
Source
pub type EventError =
Box
<dyn
Error
+
Send
+
Sync
>;
Aliased Type
ยง
pub struct EventError(
/* private fields */
);