Skip to main content

MatchWithValueHandlers

Type Alias MatchWithValueHandlers 

Source
pub type MatchWithValueHandlers<Provider = UseContext> = UseInputDelegate<MatchWithFieldHandlersInputs<HandleFieldValue<Provider>>>;

Aliased Type§

pub struct MatchWithValueHandlers<Provider = UseContext>(pub PhantomData<MatchWithFieldHandlersInputs<HandleFieldValue<Provider>>>);

Tuple Fields§

§0: PhantomData<MatchWithFieldHandlersInputs<HandleFieldValue<Provider>>>