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
fn security_framework_error(&self) -> &Error
Extract the underlying Security Framework error for inspection.
Implementors
impl ErrorExt for Error