We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9de8b commit 3c1bb67Copy full SHA for 3c1bb67
rust/flexbuffers/src/builder/ser.rs
@@ -421,6 +421,9 @@ impl<'a> Serializer for MapKeySerializer<'a> {
421
type SerializeStruct = Impossible<(), Error>;
422
type SerializeStructVariant = Impossible<(), Error>;
423
424
+ fn is_human_readable(&self) -> bool {
425
+ self.0.is_human_readable()
426
+ }
427
fn serialize_bool(self, _value: bool) -> Result<(), Error> {
428
key_must_be_a_string()
429
}
0 commit comments