Enum ssb_client::EasySsbError
[−]
[src]
pub enum EasySsbError<T> {
FailedHandshake(ClientHandshakeFailure, T),
IoError(Error, T),
}Everything that can go wrong when creating a client via easy_ssb.
Variants
FailedHandshake(ClientHandshakeFailure, T)The handshake was performed without io errors but did not terminate successfully.
IoError(Error, T)An io error happened during the handshake.
Trait Implementations
impl<T: Debug> Debug for EasySsbError<T>[src]
Auto Trait Implementations
impl<T> Send for EasySsbError<T> where
T: Send,
T: Send,
impl<T> Sync for EasySsbError<T> where
T: Sync,
T: Sync,