pub type SecretBox<S> = Secret<Box<S>>;
Box types containing a secret value
Box
struct SecretBox<S> { /* private fields */ }