Module traits

Source

Traits§

AsAtomic
A trait for types that can be converted to their atomic representation. Currently, a placeholder for future feature of this crate. Safe to put a placeholder here because this is a ‘Sealed’ trait.
ChooseMinimallyRepresentableUInt
A trait for types that can choose the minimally representable unsigned integer.
CloneableSecretcloneable-secret
A trait for cloneable secrets.
DebugSecretdebug-secret
A trait for debuggable secrets.
ExposeSecret
A trait for safely exposing secrets with a limited exposure count.