pub type StreamEventChannel = UnboundedReceiver<StreamEvent>;
pub struct StreamEventChannel { /* private fields */ }