Docs.rs
qiniu-sdk-0.2.1
qiniu-sdk 0.2.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
bachue
Dependencies
qiniu-apis ^0.2.1
normal
qiniu-credential ^0.2.1
normal
qiniu-download-manager ^0.2.1
normal
qiniu-etag ^0.2.1
normal
qiniu-http ^0.2.1
normal
qiniu-http-client ^0.2.1
normal
qiniu-isahc ^0.2.1
normal
qiniu-objects-manager ^0.2.1
normal
qiniu-reqwest ^0.2.1
normal
qiniu-upload-manager ^0.2.1
normal
qiniu-upload-token ^0.2.1
normal
qiniu-ureq ^0.2.1
normal
qiniu-utils ^0.2.1
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
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
☰
DynAsyncRead
Implementors
In qiniu_sdk::prelude
?
Trait
qiniu_sdk
::
prelude
::
DynAsyncRead
source
·
[
−
]
pub trait DynAsyncRead: AsyncRead +
Debug
+
Unpin
+
Send
+
Sync
{ }
Expand description
异步输入流
Implementors
source
impl<T>
DynAsyncRead
for T
where
T: AsyncRead +
Debug
+
Unpin
+
Send
+
Sync
,