Enum protobuf::error::ProtobufError
[−]
[src]
pub enum ProtobufError {
IoError(Error),
WireError(String),
}Variants
IoError(Error)WireError(String)