pub type PlexusStream = Pin<Box<dyn Stream<Item = PlexusStreamItem> + Send>>;
Type alias for boxed stream of PlexusStreamItem
pub struct PlexusStream { /* private fields */ }