(&self, context: &mut WriteContext)
| 546 | for HashMap<K, V> |
| 547 | { |
| 548 | fn fory_write_data(&self, context: &mut WriteContext) -> Result<(), Error> { |
| 549 | write_map_data(self.iter(), self.len(), context, false) |
| 550 | } |
| 551 | |
| 552 | fn fory_write_data_generic( |
| 553 | &self, |
nothing calls this directly
no test coverage detected