Trait native_tls::backend::schannel::ErrorExt [] [src]

pub trait ErrorExt {
    fn schannel_error(&self) -> &Error;
}

SChannel-specific extensions to Error

Required Methods

Extract the underlying SChannel error for inspection.

Implementors