pub trait SupportsAutocomplete {
type Autocomplete;
}
Expand description
A trait for identifying types that support autocomplete interactions.
Required Associated Types§
Sourcetype Autocomplete
type Autocomplete
The type of the autocomplete interaction.