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.
BeforeCompleteSent in Editor.complete(), before processing the completion.