Skip to main content

WithField

Type Alias WithField 

Source
pub type WithField<Tag> = WithProvider<UseField<Tag>>;

Aliased Type§

pub struct WithField<Tag>(pub PhantomData<UseField<Tag>>);

Tuple Fields§

§0: PhantomData<UseField<Tag>>