pub type MatchWithValueHandlersRef<Provider = UseContext> = UseInputDelegate<MatchWithFieldHandlersInputsRef<HandleFieldValue<Provider>>>;Aliased Type§
pub struct MatchWithValueHandlersRef<Provider = UseContext>(pub PhantomData<MatchWithFieldHandlersInputsRef<HandleFieldValue<Provider>>>);Tuple Fields§
§0: PhantomData<MatchWithFieldHandlersInputsRef<HandleFieldValue<Provider>>>