pub type Autocomplete<T> = <T as SupportsAutocomplete>::Autocomplete;
Expand description
A helper type alias for extracting the autocomplete type from a type that supports autocomplete.
pub type Autocomplete<T> = <T as SupportsAutocomplete>::Autocomplete;
A helper type alias for extracting the autocomplete type from a type that supports autocomplete.