Type Definition secrecy::SecretString[][src]

pub type SecretString = Secret<String>;
This is supported on crate feature alloc only.
Expand description

Secret strings

Trait Implementations

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more