WithDelegatedType

Type Alias WithDelegatedType 

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

Aliased Type§

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

Tuple Fields§

§0: PhantomData<UseDelegatedType<Components>>