Struct rustls::NoKeyLog [−][src]
pub struct NoKeyLog;
Expand description
KeyLog that does exactly nothing.
pub struct NoKeyLog;
KeyLog that does exactly nothing.
impl RefUnwindSafe for NoKeyLog
impl Send for NoKeyLog
impl Sync for NoKeyLog
impl Unpin for NoKeyLog
impl UnwindSafe for NoKeyLog