Trait Hint
trait Hint
A hint returned by Hinter
Required Methods
fn display(self: &Self) -> &strText to display when hint is active
fn completion(self: &Self) -> Option<&str>Text to insert in line when right arrow is pressed
Implementors
impl<T: AsRef<str>> Hint for T