pub type WithDelegatedType<Components> = WithProvider<UseDelegatedType<Components>>;Aliased Type§
pub struct WithDelegatedType<Components>(pub PhantomData<UseDelegatedType<Components>>);Tuple Fields§
§0: PhantomData<UseDelegatedType<Components>>pub type WithDelegatedType<Components> = WithProvider<UseDelegatedType<Components>>;pub struct WithDelegatedType<Components>(pub PhantomData<UseDelegatedType<Components>>);0: PhantomData<UseDelegatedType<Components>>