error[E0277]: the trait bound `bad::Command: std::default::Default` is not satisfied
--> src/bad.rs:74:21
|
74 | ::protobuf::rt::read_map_into::<::protobuf::types::ProtobufTypeString, ::protobuf::types::ProtobufTypeEnum<Command>>(wire_type, is, &mut self.map)?;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `bad::Command`
|
= note: required by `protobuf::rt::read_map_into`