Crate sensitive_trait
source ·Expand description
A marker trait for sensitive information. For more information, see documentation on the NonSensitive struct.
Structs
- 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
- A marker trait for sensitive information.