Trait secrecy::ExposeSecret

source ·
pub trait ExposeSecret<S> {
    fn expose_secret(&self) -> &S;
}
Expand description

Expose a reference to an inner secret

Required Methods§

Expose secret: this is the only method providing access to a secret.

Implementors§