Struct rustls::NoKeyLog[][src]

pub struct NoKeyLog;

KeyLog that does exactly nothing.

Trait Implementations

impl KeyLog for NoKeyLog
[src]

Log the given secret. client_random is provided for session identification. label describes precisely what secret means: Read more

Auto Trait Implementations

impl Send for NoKeyLog

impl Sync for NoKeyLog