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