Docs.rs
rex-sm-0.3.0
rex-sm 0.3.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
mkatychev
Dependencies
async-trait ^0.1
normal
bigerror ^0.6
normal
dashmap ^5
normal
futures ^0.3
normal
parking_lot ^0.12
normal
thiserror ^1
normal
tokio ^1
normal
tokio-stream ^0.1
normal
tracing ^0.1
normal
tracing-test ^0.2
normal
uuid ^1
normal
Versions
18.93%
of the crate is documented
Go to latest version
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
rex
0.3.0
RexTopic
Object Safety
Implementors
In rex::notification
?
Trait
rex
::
notification
::
RexTopic
source
·
[
−
]
pub trait RexTopic:
Debug
+
Hash
+
Eq
+
PartialEq
+
Copy
+
Send
+
Sync
+ 'static { }
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<T>
RexTopic
for T
where T:
Debug
+
Hash
+
Eq
+
PartialEq
+
Copy
+
Send
+
Sync
+ 'static,