()
| 745 | |
| 746 | #[test] |
| 747 | fn must_write_struct_begin() { |
| 748 | assert_no_write( |
| 749 | |o| o.write_struct_begin(&TStructIdentifier::new("foo")), |
| 750 | true, |
| 751 | ); |
| 752 | } |
| 753 | |
| 754 | #[test] |
| 755 | fn must_write_struct_end() { |
nothing calls this directly
no test coverage detected