Expand description
Modules§
- io
MultipartWritefor foreign writer types.- prelude
- A prelude for this crate.
- stream
MultipartWriters compatible withStream.- write
MultipartWritecombinators.
Traits§
- Fused
Multipart Write - A writer that tracks whether or not the underlying writer should no longer be polled.
- Multipart
Write MultipartWriteis aSink-like interface for asynchronously writing an object in parts.
Type Aliases§
- BoxMultipart
Write - An owned, dynamically typed
MultipartWritefor use in cases where it is not possible or desirable to statically type it. - Local
BoxMultipart Write BoxMultipartWritebut without theSendrequirement.