pub type WithType<Type> = WithProvider<UseType<Type>>;Aliased Type§
pub struct WithType<Type>(pub PhantomData<UseType<Type>>);Tuple Fields§
§0: PhantomData<UseType<Type>>pub type WithType<Type> = WithProvider<UseType<Type>>;pub struct WithType<Type>(pub PhantomData<UseType<Type>>);0: PhantomData<UseType<Type>>