pub type LogStream = Pin<Box<dyn Stream<Item = Result<String, EventsError>> + Send>>;
Shared type alias for the log stream return type (mapped to EventsError).
pub struct LogStream { /* private fields */ }