[][src]Type Definition secrecy::SecretString

type SecretString = Secret<String>;

Secret strings

Trait Implementations

impl FromStr for SecretString[src]

type Err = ()

The associated error which can be returned from parsing.