[][src]Type Definition secrecy::SecretString

type SecretString = Secret<String>;
This is supported on feature="alloc" only.

Secret strings

Trait Implementations

impl FromStr for SecretString[src]

type Err = Infallible

The associated error which can be returned from parsing.