(&self, context: &mut WriteContext)
| 116 | |
| 117 | #[inline(always)] |
| 118 | fn fory_write_data(&self, context: &mut WriteContext) -> Result<(), Error> { |
| 119 | T::fory_write_data(&*self.borrow(), context) |
| 120 | } |
| 121 | |
| 122 | #[inline(always)] |
| 123 | fn fory_write_type_info(context: &mut WriteContext) -> Result<(), Error> { |
nothing calls this directly
no test coverage detected