Skip to main content

SuggestionList

Type Alias SuggestionList 

Source
pub type SuggestionList = SmallVec<Suggestion, 8>;
Expand description

Ranked dropdown rows; inline up to eight before spilling.

Aliased Typeยง

pub struct SuggestionList { /* private fields */ }