secrecy

Type Alias SecretBox

source
pub type SecretBox<S> = Secret<Box<S>>;
Expand description

Box types containing a secret value

Aliased Typeยง

struct SecretBox<S> { /* private fields */ }