Type Definition actix_web::dev::BodyStream [−][src]
type BodyStream = Box<Stream<Item = Bytes, Error = Error>>;
Type represent streaming body
type BodyStream = Box<Stream<Item = Bytes, Error = Error>>;
Type represent streaming body