Trait tokio_xmpp::connect::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 tokio_xmpp::starttls::error::Error

source§

impl ServerConnectorError for tokio_xmpp::tcp::error::Error