()
| 121 | mod tests { |
| 122 | #[rustfmt::skip] |
| 123 | fn bench_data() -> Vec<Option<(u64, u32, u8, i32, u64, u32, u8, i32, u64, (u32, u8, i32, u64, u32, u8, i32))>> { |
| 124 | crate::random_data(1000) |
| 125 | } |
| 126 | crate::bench_encode_decode!(option_vec: Vec<_>); |
| 127 | } |
| 128 |
nothing calls this directly
no test coverage detected