pub type PayloadStream = Pin<Box<dyn Stream<Item = Result<Bytes, PayloadError>> + 'static, Global>>;
A boxed payload.