Type Alias MatchWithValueHandlers

Source
pub type MatchWithValueHandlers<Provider = UseContext> = MatchWithFieldHandlers<HandleFieldValue<Provider>>;

Aliased Type§

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

Tuple Fields§

§0: PhantomData<HandleFieldValue<Provider>>