Trait native_tls::backend::schannel::ErrorExt
[−]
[src]
pub trait ErrorExt {
fn schannel_error(&self) -> &Error;
}SChannel-specific extensions to Error
Required Methods
fn schannel_error(&self) -> &Error
Extract the underlying SChannel error for inspection.
Implementors
impl ErrorExt for Error