Type Alias MatchWithFieldHandlersRef

Source
pub type MatchWithFieldHandlersRef<Provider = UseContext> = MatchWithFieldHandlers<PromoteRef<Provider>>;

Aliased Type§

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

Tuple Fields§

§0: PhantomData<PromoteRef<Provider>>