Type Definition secrecy::SecretBox[][src]

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

Box types containing a secret value