Trait rustyline::completion::Candidate [−][src]
pub trait Candidate {
fn display(&self) -> &str;
fn replacement(&self) -> &str;
}
Expand description
A completion candidate.
Required methods
fn replacement(&self) -> &str
fn replacement(&self) -> &str
Text to insert in line.