Type Alias MatchWithValueHandlersRef

Source
pub type MatchWithValueHandlersRef<Provider = UseContext> = MatchWithFieldHandlers<HandleFieldValue<PromoteRef<Provider>>>;

Aliased Type§

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

Tuple Fields§

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