Module io

Module io 

Source
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§

MultiAsyncWritertokio
The writer returned by async_writer.
MultiIoWriter
The writer returned by io_writer.

Functions§

async_writertokio
Constructs a MultipartWrite from a tokio::io::AsyncWrite.
io_writer
Constructs a MultipartWrite from an std::io::Write.