pub type DynStream = Pin<Box<dyn Stream<Item = Result<BytesMut, Error>> + Send + Sync>>;
deploy_integration
pub struct DynStream { /* private fields */ }