Available on (crate features
blocking or tokio or serial) and (crate features blocking or tokio) only.Expand description
Structs§
- Progress
- Per-chunk progress payload passed to a
ProgressCallback. Values are cumulative across the upload. - Upload
Options - Caller-supplied options controlling the upload.
- Upload
Stats - Upload statistics returned on success.
Enums§
- Upload
Error - Errors the adapter upload helpers can produce.
Type Aliases§
- Progress
Callback - Closure type the adapters invoke after each acknowledged WRITE packet.
Boxed for object safety;
Sendso async callers can ship the callback intospawn_blocking.