Crate phantom_type

Source
Expand description

§Feature flags

  • std (enabled by default) — disable to make the library #![no_std].

Structs§

PhantomType
A PhantomData analog which prevents “parameter is never used” error, but does not produce any restrictions in contrast with PhantomData.