pub type DatastarEvent<T = String> = Event<EventData<T>>;
pub struct DatastarEvent<T = String> { /* private fields */ }