Docs.rs
elfo-core-0.2.0-alpha.21
elfo-core 0.2.0-alpha.21
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
loyd
Dependencies
arc-swap ^1.2.0
normal
cordyceps ^0.3.2
normal
dashmap ^6.0.1
normal
derive_more ^2
normal
elfo-macros ^0.2.0-alpha.21
normal
elfo-utils ^0.2.7
normal
erased-serde ^0.4.0
normal
futures ^0.3.21
normal
futures-intrusive ^0.5
normal
fxhash ^0.2.1
normal
humantime-serde ^1
normal
idr-ebr ^0.3.2
normal
instability ^0.3.10
normal
linkme ^0.3
normal
metrics ^0.17.1
normal
parking_lot ^0.12.1
normal
pin-project ^1.0.8
normal
regex ^1.6.0
normal
rmp-serde ^1.1.0
normal
optional
sealed ^0.6
normal
serde ^1.0.225
normal
serde-value ^0.7.0
normal
serde_json ^1.0.64
normal
slotmap ^1.0.7
normal
smallbox ^0.8.0
normal
smallvec ^1.6.1
normal
static_assertions ^1.1.0
normal
thread_local ^1.1.8
normal
optional
tokio ^1.38
normal
tracing ^0.1.27
normal
unicycle ^0.10.2
normal
anyhow ^1.0.40
dev
elfo-utils ^0.2.7
dev
proptest ^1.6
dev
tokio ^1.38
dev
toml ^1.1.0
dev
Versions
100%
of the crate is documented
Go to latest stable release
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
StreamItem
elfo_
core
0.2.0-alpha.21
Stream
Item
Implementations on Foreign Types
Result<M1, M2>
Implementors
In elfo_
core::
stream
elfo_core
::
stream
Trait
Stream
Item
Copy item path
Source
pub trait StreamItem: 'static + Sealed { }
Implementations on Foreign Types
§
Source
§
impl<M1:
Message
, M2:
Message
>
StreamItem
for
Result
<M1, M2>
Implementors
§
Source
§
impl<M:
Message
>
StreamItem
for M