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

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

Variants

Fields of MessageNotInitialized

Methods

impl ProtobufError
[src]

[src]

Trait Implementations

impl Debug for ProtobufError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for ProtobufError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for ProtobufError
[src]

[src]

A short description of the error. Read more

[src]

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

impl From<Error> for ProtobufError
[src]

[src]

Performs the conversion.

impl From<Utf8Error> for ProtobufError
[src]

[src]

Performs the conversion.

impl From<ProtobufError> for Error
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ProtobufError

impl Sync for ProtobufError