pub type BoxStream = Pin<Box<dyn Stream<Item = ProviderEvent> + Send>>;
Stream type alias.
pub struct BoxStream { /* private fields */ }