pub type EgressReceiver = UnboundedReceiver<EgressEvent>;
pub struct EgressReceiver { /* private fields */ }