Skip to main content

Completer

Type Alias Completer 

Source
pub type Completer = fn(&str) -> String;
Expand description

Prototype of the tab-completer. The input is buffered text when tab asserted; the output will fully replace the input buffer.