Type Alias WithDelegatedType

Source
pub type WithDelegatedType<Components> = WithProvider<UseDelegatedType<Components>>;

Aliased Type§

struct WithDelegatedType<Components>(pub PhantomData<UseDelegatedType<Components>>);

Fields§

§0: PhantomData<UseDelegatedType<Components>>