secrecy

Trait ExposeSecretMut

source
pub trait ExposeSecretMut<S: ?Sized> {
    // Required method
    fn expose_secret_mut(&mut self) -> &mut S;
}
Expand description

Expose a mutable reference to an inner secret

Required Methods§

source

fn expose_secret_mut(&mut self) -> &mut S

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

Implementors§