[go: up one dir, main page]

Enum liner::EventKind [] [src]

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

Variants

BeforeKey(Key)

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

AfterKey(Key)

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

BeforeComplete

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

Trait Implementations

impl Debug for EventKind
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.