Type Definition actix_web_multipart_file::BoxStream[][src]

type BoxStream<'a, T, E> = Box<Stream<Item = T, Error = E> + 'a>;