Trait enamel::EventRemainder [] [src]

pub trait EventRemainder: Default {
    fn event(_: Event) -> Self;
}

Required Methods

Implementors