[][src]Trait hyper_multipart::MultipartResponse

pub trait MultipartResponse<T> where
    Self: Sized,
    T: Sized
{ fn multipart(self) -> Result<MultipartChunks<T>, Error>; }

Required methods

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...