Type Alias ScheduledEvent

Source
pub type ScheduledEvent<E> = (MonotonicInstant, Event<E>, EventHandle);