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