Trait ServerConnectorError

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

Trait that must be extended by the implementation of ServerConnector

Implementors§

Source§

impl ServerConnectorError for DirectTlsError

Available on crate feature starttls only.
Source§

impl ServerConnectorError for StartTlsError

Available on crate feature starttls only.