Trait SupportsAutocomplete

Source
pub trait SupportsAutocomplete {
    type Autocomplete;
}
Expand description

A trait for identifying types that support autocomplete interactions.

Required Associated Types§

Source

type Autocomplete

The type of the autocomplete interaction.

Implementors§