Docs.rs
binary-stream-3.4.0
binary-stream 3.4.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
tmpfs
Dependencies
thiserror ^1
normal
anyhow ^1
dev
tempfile ^3
dev
Versions
100%
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
☰
ReadStream
Implementors
In binary_stream
?
Trait
binary_stream
::
ReadStream
source
·
[
−
]
pub trait ReadStream:
Read
+
SeekStream
{ }
Expand description
Trait for a readable stream.
Implementors
§
source
§
impl
ReadStream
for
FileStream
source
§
impl
ReadStream
for
MemoryStream
source
§
impl
ReadStream
for
SliceStream
<'_>