Enum distant_core::TransportError [−][src]
pub enum TransportError {
    CryptoError(SecretKeyError),
    IoError(Error),
    SerializeError(Error),
}Variants
CryptoError(SecretKeyError)Tuple Fields of CryptoError
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.
Performs the conversion.