[][src]Type Definition safe_core::event_loop::CoreMsgRx

type CoreMsgRx<C, T> = UnboundedReceiver<CoreMsg<C, T>>;

Receiver of messages to be run in the core event loop.