(context: &mut ReadContext)
| 642 | |
| 643 | #[inline(always)] |
| 644 | fn read_data(context: &mut ReadContext) -> Result<T, Error> { |
| 645 | T::fory_read_data(context) |
| 646 | } |
| 647 | |
| 648 | #[inline(always)] |
| 649 | fn read_data_with_type_info( |
nothing calls this directly
no test coverage detected