Trait Hint

trait Hint

A hint returned by Hinter

Required Methods

fn display(self: &Self) -> &str

Text to display when hint is active

fn completion(self: &Self) -> Option<&str>

Text to insert in line when right arrow is pressed

Implementors