A PhantomData analog which prevents 'parameter is never used' error, but does not produce any restrictions in contrast with PhantomData.
# Cargo.toml
[dependencies]
phantom-type = "0.5.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Uses PhantomType to avoid unused parameter warnings without adding restrictions.
Use PhantomData if you need variance or drop check restrictions.
No dependency data recorded yet.