Enum liner::EventKind [] [src]

pub enum EventKind {
    BeforeKey(Key),
    AfterKey(Key),
    BeforeComplete,
}

Variants

Sent in Editor.handle_key(), before handling the key.

Sent in Editor.handle_key(), after handling the key.

Sent in Editor.complete(), before processing the completion.

Trait Implementations

impl Debug for EventKind
[src]

Formats the value using the given formatter.