Skip to main content

Suggestions

Type Alias Suggestions 

Source
pub type Suggestions = Arc<[Suggestion]>;
Expand description

A shared, immutable list of completion suggestions.

Held behind an Arc so a completer that caches results can hand the same list to reedline on every keystroke, without massive penalty

Aliased Typeยง

pub struct Suggestions { /* private fields */ }