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
☰
AppendOnlyResumableRecorderMedium
Implementors
In qiniu_sdk::prelude
?
Trait
qiniu_sdk
::
prelude
::
AppendOnlyResumableRecorderMedium
source
·
[
−
]
pub trait AppendOnlyResumableRecorderMedium:
Write
+
Debug
+
Sync
+
Send
{ }
Expand description
追加介质接口
Implementors
source
impl<T>
AppendOnlyResumableRecorderMedium
for T
where
T:
Write
+
Debug
+
Sync
+
Send
,