secrecy

Type Alias SecretVec

source
pub type SecretVec<S> = Secret<Vec<S>>;
Expand description

Vec types containing secret value

Aliased Typeยง

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