Type Alias freya_core::types::EventReceiver

source ·
pub type EventReceiver = UnboundedReceiver<Vec<DomEvent>>;
Expand description

Receive events to be emitted to the VirtualDOM

Aliased Type§

struct EventReceiver { /* private fields */ }