Expand description
§Feature flags
std(enabled by default) — disable to make the library#![no_std].
Structs§
- Phantom
Type - A
PhantomDataanalog which prevents “parameter is never used” error, but does not produce any restrictions in contrast withPhantomData.