Function build_multipart

Source
pub fn build_multipart<T: Serialize>(data: &T) -> Result<(Vec<u8>, String)>