Docs.rs
sea-streamer-file-0.5.2
sea-streamer-file 0.5.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
tyt2y3
Dependencies
anyhow ^1
normal
optional
async-std ^1
normal
optional
clap ^4.5
normal
optional
env_logger ^0.9
normal
optional
fastrand ^1
normal
flume ^0.11
normal
lazy_static ^1.4
normal
log ^0.4
normal
notify ^6
normal
sea-streamer-runtime ^0.5
normal
sea-streamer-types ^0.5
normal
serde ^1
normal
optional
serde_json ^1
normal
optional
thiserror ^1
normal
tokio ^1.10.0
normal
optional
Versions
14.44%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
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
HasMessageHeader
sea_
streamer_
file
0.5.2
HasMessage
Header
Required Methods
header
Implementations on Foreign Types
OwnedMessage
SharedMessage
Implementors
In crate sea_
streamer_
file
sea_streamer_file
Trait
HasMessage
Header
Copy item path
Source
pub trait HasMessageHeader:
MessageTrait
{ // Required method fn
header
(&self) -> &
MessageHeader
; }
Required Methods
§
Source
fn
header
(&self) -> &
MessageHeader
Implementations on Foreign Types
§
Source
§
impl
HasMessageHeader
for
OwnedMessage
Source
§
fn
header
(&self) -> &
MessageHeader
Source
§
impl
HasMessageHeader
for
SharedMessage
Source
§
fn
header
(&self) -> &
MessageHeader
Implementors
§