(&self, context: &mut WriteContext)
| 83 | } |
| 84 | |
| 85 | fn fory_write_data(&self, context: &mut WriteContext) -> Result<(), Error> { |
| 86 | self.fory_write_data_generic(context, false) |
| 87 | } |
| 88 | |
| 89 | fn fory_write_type_info(context: &mut WriteContext) -> Result<(), Error> { |
| 90 | T::fory_write_type_info(context) |
no test coverage detected