pub trait Hint {
// Required methods
fn display(&self) -> &str;
fn completion(&self) -> Option<&str>;
}
Expand description
A hint returned by Hinter
Required Methods§
sourcefn completion(&self) -> Option<&str>
fn completion(&self) -> Option<&str>
Text to insert in line when right arrow is pressed