Searched refs:UnexpectedWireType (Results 1 – 3 of 3) sorted by relevance
20 UnexpectedWireType(WireType), enumerator43 WireError::UnexpectedWireType(..) => write!(f, "unexpected wire type"), in fmt()100 WireError::UnexpectedWireType(..) => "unexpected wire type", in description()
585 _ => Err(ProtobufError::WireError(WireError::UnexpectedWireType( in read_unknown()
834 ProtobufError::WireError(WireError::UnexpectedWireType(wire_type)) in unexpected_wire_type()