Type Definition actix_web::dev::BodyStream

source ·
pub type BodyStream = Box<dyn Stream<Item = Bytes, Error = Error>>;
Expand description

Type represent streaming body