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

Trait that must be extended by the implementation of ServerConnector

Implementors§