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