Trait Candidate

trait Candidate

A completion candidate.

Required Methods

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

Text to display when listing alternatives.

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

Text to insert in line.

Implementors