Skip to main content

ServerConnectorError

Trait ServerConnectorError 

Source
pub trait ServerConnectorError:
    Error
    + Sync
    + Send { }
Expand description

Trait that must be extended by the implementation of ServerConnector

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl ServerConnectorError for TlsConnectorError

Available on crate features direct-tls or starttls only.