Type Alias strong_box::Key
source · pub type Key<T> = Secret<T>;Expand description
All keys that are used by strongboxes must be wrapped in this type in order to minimise the chance of leakage.
Aliased Type§
struct Key<T> { /* private fields */ }