pub type SecretVec<S> = Secret<Vec<S>>;
Vec types containing secret value
Vec
struct SecretVec<S> { /* private fields */ }