Enum liner::EventKind
[−]
[src]
pub enum EventKind {
BeforeKey(Key),
AfterKey(Key),
BeforeComplete,
}Variants
BeforeKey(Key)Sent before handling a keypress.
AfterKey(Key)Sent after handling a keypress.
BeforeCompleteSent in Editor.complete(), before processing the completion.