Trait cursive::event::ToEvent [] [src]

pub trait ToEvent {
    fn to_event(self) -> Event;
}

Generic trait to convert a value to an event.

Required Methods

fn to_event(self) -> Event

Implementors