Function mime_multipart::stream_multipart [] [src]

pub fn stream_multipart<S: Write>(stream: &mut S, boundary: &Vec<u8>, nodes: &Vec<Node>) -> Result<()Error>

Stream a multipart body to the output stream given, made up of the parts given. Headers are NOT included in this stream, caller must deal with those prior to calling stream_multipart().