Enum protobuf::error::ProtobufError
[−]
[src]
pub enum ProtobufError {
IoError(Error),
WireError(String),
MessageNotInitialized {
message: &'static str,
},
}Variants
IoError(Error)WireError(String)MessageNotInitializedFields
message: &'static str |