Type Definition actix_web::dev::PayloadStream[][src]

type PayloadStream = Pin<Box<dyn Stream<Item = Result<Bytes, PayloadError>> + 'static, Global>>;

Type represent boxed payload