rustmax::rustyline

Trait Helper

Source
pub trait Helper:
    Completer
    + Hinter
    + Highlighter
    + Validator { }
Expand description

Syntax specific helper.

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

Implementations on Foreign Types§

Source§

impl Helper for ()

Implementors§