pub type GenericPayload = Pin<Box<dyn Stream<Item = Result<Bytes, Error>>>>;
#[repr(transparent)]pub struct GenericPayload { /* private fields */ }