Searched refs:ReadsInRead (Results 1 – 1 of 1) sorted by relevance
7053 struct ReadsInRead; in test_read_io_with_padding_soundness() struct7054 impl std::io::Read for ReadsInRead { in test_read_io_with_padding_soundness() implementation7066 assert!(matches!(WithPadding::read_from_io(ReadsInRead), Ok(WithPadding { x: 0, y: 0 }))); in test_read_io_with_padding_soundness()