Searched defs:ProtobufError (Results 1 – 2 of 2) 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
833 pub fn unexpected_wire_type(wire_type: WireType) -> ProtobufError { in unexpected_wire_type()