pub trait ToMultipart {
    fn to_multipart(&self) -> Result<Multipart, Error>;
}

Required Methods§

Implementors§