(&self, context: &mut WriteContext)
| 61 | |
| 62 | impl Serializer for Item { |
| 63 | fn fory_write_data(&self, context: &mut WriteContext) -> Result<(), Error> { |
| 64 | write_data(&self.f1, context) |
| 65 | } |
| 66 | |
| 67 | fn fory_read_data(context: &mut ReadContext) -> Result<Self, Error> { |
| 68 | Ok(Self { |
nothing calls this directly
no test coverage detected