Expand description
Foreign writer types.
This module implements MultipartWrite for the tokio and std writer
types, and it exports constructors for creating these implementations.
Structs§
- Multi
Async Writer tokio - The writer returned by
async_writer. - Multi
IoWriter - The writer returned by
io_writer.
Functions§
- async_
writer tokio - Constructs a
MultipartWritefrom atokio::io::AsyncWrite. - io_
writer - Constructs a
MultipartWritefrom anstd::io::Write.