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