pub type BrainStream = Pin<Box<dyn Stream<Item = BrainEvent> + Send>>;
pub struct BrainStream { /* private fields */ }