WithType

Type Alias WithType 

Source
pub type WithType<Type> = WithProvider<UseType<Type>>;

Aliased Type§

pub struct WithType<Type>(pub PhantomData<UseType<Type>>);

Tuple Fields§

§0: PhantomData<UseType<Type>>