Type Definition secrecy::SecretBox[][src]

pub type SecretBox<S> = Secret<Box<S>>;
This is supported on crate feature alloc only.
Expand description

Box types containing a secret value