Trait rustyline::Helper

source ·
pub trait Helperwhere
    Self: 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 ()

source§

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

Implementors§