Modules§
Structs§
- With
Callback - A wrapper of an upload client that implements the one provided method.
Traits§
- OnComplete
- The concrete implementations of
UploadClient
exposed by this crate do not implementon_upload_complete
. To add a custom callback to be called after an upload was completed, you can implement this trait to add to an existing client and use with the extension trait below. - Upload
Client Ext - An extension trait adding convenience methods to existing
UploadClient
s.