Type Definition secrecy::SecretBox

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

Box types containing a secret value