Type Definition sp_core::crypto::SecretString [−][src]
type SecretString = Secret<String>;
Expand description
A store for sensitive data. Secret strings
type SecretString = Secret<String>;
A store for sensitive data. Secret strings