[][src]Trait redactedsecret::ExposeSecret

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

Expose a reference to an inner secret

Required methods

fn expose_secret(&self) -> &S

Expose secret

Loading content...

Implementors

impl ExposeSecret<Bytes> for SecretBytes[src]

impl<S> ExposeSecret<S> for Secret<S> where
    S: Zeroize
[src]

Loading content...