Docs.rs
rustfs-rio-0.0.3
rustfs-rio 0.0.3
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
houseme
Dependencies
aes-gcm ^0.10.3
normal
bytes ^1.10.1
normal
crc32fast ^1.4.2
normal
futures ^0.3.31
normal
http ^1.3.1
normal
md-5 ^0.10.6
normal
pin-project-lite ^0.2.16
normal
rand ^0.9.1
normal
reqwest ^0.12.22
normal
rustfs-utils ^0.0.3
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
tokio ^1.46.0
normal
tokio-util ^0.7.15
normal
tokio-test ^0.4
dev
Versions
12%
of the crate is documented
Platform
i686-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
rustfs_
rio
0.0.3
TryGet
Index
Provided Methods
try_get_index
Implementors
In crate rustfs_
rio
rustfs_rio
Trait
TryGetIndex
Copy item path
Source
pub trait TryGetIndex { // Provided method fn
try_get_index
(&self) ->
Option
<&Index> { ... } }
Provided Methods
§
Source
fn
try_get_index
(&self) ->
Option
<&Index>
Implementors
§
Source
§
impl
TryGetIndex
for
EtagReader
Source
§
impl
TryGetIndex
for
HardLimitReader
Source
§
impl
TryGetIndex
for
HashReader
Source
§
impl<R>
TryGetIndex
for
CompressReader
<R>
where R:
Reader
,
Source
§
impl<R>
TryGetIndex
for
EncryptReader
<R>
where R:
TryGetIndex
,
Source
§
impl<R:
AsyncRead
+
Unpin
+
Send
+
Sync
>
TryGetIndex
for
WarpReader
<R>