Skip to main content

SecretString

Type Alias SecretString 

Source
pub type SecretString = Secret<String>;
Expand description

A Secret<String> — the most common secret type.

Aliased Type§

pub struct SecretString { /* private fields */ }