Type Alias secrecy::SecretString

source ·
pub type SecretString = Secret<String>;
Expand description

Secret strings

Aliased Type§

struct SecretString { /* private fields */ }

Trait Implementations§

source§

impl FromStr for SecretString

§

type Err = Infallible

The associated error which can be returned from parsing.
source§

fn from_str(src: &str) -> Result<Self, Self::Err>

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