Searched defs:ProtobufError (Results 1 – 4 of 4) sorted by relevance
58 pub enum ProtobufError { enum72 impl ProtobufError { impl75 pub fn message_not_initialized(message: &'static str) -> ProtobufError { in message_not_initialized()80 impl fmt::Display for ProtobufError { implementation92 impl Error for ProtobufError { implementation125 impl From<io::Error> for ProtobufError { implementation131 impl From<str::Utf8Error> for ProtobufError { implementation
832 pub fn unexpected_wire_type(wire_type: WireType) -> ProtobufError { in unexpected_wire_type()
118 ProtobufError(protobuf::Error), enumerator
45 pub(crate) enum ProtobufError { enum