Crate phantom_type
source ·Expand description
Crate features
"std"Enabled by default. Disable to make the library#![no_std].
Structs§
- A
PhantomDataanalog which prevents “parameter is never used” error, but does not produce any restrictions in contrast withPhantomData.