Enum krpc::TransceiverError [] [src]

pub enum TransceiverError {
    Protobuf(ProtobufError),
    Socket(IoError),
    ResponseHasError(String),
}

Variants

Trait Implementations

impl Debug for TransceiverError
[src]

Formats the value using the given formatter.

impl From<ProtobufError> for TransceiverError
[src]

Performs the conversion.

impl From<IoError> for TransceiverError
[src]

Performs the conversion.