Enum distant_core::TransportError [−][src]
pub enum TransportError {
AuthError(UnknownCryptoError),
EncryptError(UnknownCryptoError),
IoError(Error),
SerializeError(Error),
}Variants
AuthError(UnknownCryptoError)Tuple Fields of AuthError
EncryptError(UnknownCryptoError)Tuple Fields of EncryptError
IoError(Error)Tuple Fields of IoError
0: ErrorSerializeError(Error)Tuple Fields of SerializeError
0: ErrorTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.