[][src]Trait secrecy::DebugSecret

pub trait DebugSecret {
    fn debug_secret() -> &'static str;
}

Debugging trait which is specialized for handling secret values

Required methods

fn debug_secret() -> &'static str

Information about what the secret contains.

Static so as to discourage unintentional secret exposure.

Loading content...

Implementors

Loading content...