Skip to main content

ItemResolver

Type Alias ItemResolver 

Source
pub type ItemResolver<T> = Callback<String, ItemResolverResult<T>>;
Expand description

An async function that can be passed as a Prop, that takes the current value of the Autocomplete input and returns a Vec of Ts

Aliased Typeยง

pub struct ItemResolver<T> { /* private fields */ }