ʰ
Size: a a a
ʰ
R
R
ʰ
Ν
R
Ν
Ν
S[
S[
S[
fn next(&mut self) -> Option<Result<Vec<u8>, std::io::Error>> {
self.file.seek(SeekFrom::Start(row_size * row))?;
а в данном случае ? же скастит к Option<Result»?Result<Option<T>, _> вместо Option<Result<T, _>>PP
PP
ʰ
Result<Option<T>, _> вместо Option<Result<T, _>>