[][src]Trait rustyline::Helper

pub trait Helper where
    Self: Completer + Hinter + Highlighter
{ }

Syntax specific helper.

TODO Tokenizer/parser used for both completion, suggestion, highlighting. (parse current line once)

Implementations on Foreign Types

impl Helper for ()[src]

impl<'h, H: ?Sized + Helper> Helper for &'h H[src]

Loading content...

Implementors

Loading content...