Trait rustyline::hint::Hint

source ·
pub trait Hint {
    fn display(&self) -> &str;
    fn completion(&self) -> Option<&str>;
}
Expand description

A hint returned by Hinter

Required Methods§

Text to display when hint is active

Text to insert in line when right arrow is pressed

Implementations on Foreign Types§

Implementors§