Trait liner::Completer [] [src]

pub trait Completer {
    fn completions(&self, start: &str) -> Vec<String>;
}

Required Methods

Implementors