Home
last modified time | relevance | path

Searched defs:ProtobufError (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/protobuf/src/
Derror.rs58 pub enum ProtobufError { enum
72 impl ProtobufError { impl
75 pub fn message_not_initialized(message: &'static str) -> ProtobufError { in message_not_initialized()
80 impl fmt::Display for ProtobufError { implementation
92 impl Error for ProtobufError { implementation
125 impl From<io::Error> for ProtobufError { implementation
131 impl From<str::Utf8Error> for ProtobufError { implementation
Drt.rs833 pub fn unexpected_wire_type(wire_type: WireType) -> ProtobufError { in unexpected_wire_type()