Expand description
A marker trait for sensitive information. For more information, see documentation on the NonSensitive struct.
Structs§
- Sensitive
Data - A transparent wrapper type that makes any value implement !NonSensitive.
This type is guarunteed to have the same size as the inner data. For an example, see the documentation onNonSensitive
.
Traits§
- NonSensitive
- A marker trait for sensitive information.