Enum protobuf::error::ProtobufError [] [src]

pub enum ProtobufError {
    IoError(Error),
    WireError(String),
    MessageNotInitialized {
        message: &'static str,
    },
}

Variants

Fields of MessageNotInitialized

Methods

impl ProtobufError
[src]

Trait Implementations

impl Debug for ProtobufError
[src]

Formats the value using the given formatter.

impl Display for ProtobufError
[src]

Formats the value using the given formatter. Read more

impl Error for ProtobufError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl From<Error> for ProtobufError
[src]

Performs the conversion.