[][src]Trait hyper_multipart::Multipart

pub trait Multipart<T> where
    Self: Sized,
    T: Sized
{ fn into_multipart_with_capacity(
        self,
        buf_cap: usize
    ) -> Result<MultipartChunks<T>, Error>; fn into_multipart(self) -> Result<MultipartChunks<T>, Error> { ... } }

Required methods

fn into_multipart_with_capacity(
    self,
    buf_cap: usize
) -> Result<MultipartChunks<T>, Error>

Loading content...

Provided methods

Loading content...

Implementations on Foreign Types

impl Multipart<Body> for Response<Body>[src]

impl Multipart<Body> for Request<Body>[src]

Loading content...

Implementors

Loading content...