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

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

Security Framework-specific extensions to Error

Required Methods

Extract the underlying Security Framework error for inspection.

Implementors