Enum liner::EventKind [] [src]

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

Variants

Sent before handling a keypress.

Sent after handling a keypress.

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

Trait Implementations

impl Debug for EventKind
[src]

[src]

Formats the value using the given formatter.