Module write

Module write 

Source
Expand description

MultipartWrite combinators.

This module contains the trait MultipartWriteExt, which provides adapters for chaining and composing MultipartWriters.

Re-exports§

pub use crate::BoxMultipartWrite;
pub use crate::LocalBoxMultipartWrite;
pub use crate::MultipartWrite;

Structs§

AndThen
MultipartWrite for and_then.
Buffered
MultipartWrite for the buffered method.
Complete
Future for complete.
Extend
MultipartWrite for the extend function.
Fanout
MultipartWrite for fanout.
Feed
Future for feed.
Filter
MultipartWrite for filter.
FilterMap
MultipartWrite for filter_map.
Flush
Future for flush.
FoldRet
MultipartWrite for fold_ret.
MapErr
MultipartWrite for map_err.
MapOk
MultipartWrite for map_ok.
Returning
MultipartWrite for returning.
SendPart
Future for send_part.
With
MultipartWrite for with.

Traits§

MultipartWriteExt
An extension trait for MultipartWrite providing a variety of convenient combinator functions.

Functions§

extend
Converts an Extend into a MultipartWrite that is always ready to receive the next part to write.