//! Foreign writer types.
//!
//! This module implements `MultipartWrite` for the `tokio` and `std` writer
//! types, and it exports constructors for creating these implementations.
use Write;
pub use ;
pub use MultiIoWriter;
/// Constructs a `MultipartWrite` from an `std::io::Write`.