pub fn recover_source_record_chunks(
sector_record_chunks: &[Option<Scalar>; 65536],
piece_offset: PieceOffset,
erasure_coding: &ErasureCoding,
) -> Result<impl ExactSizeIterator<Item = Scalar>, ReadingError>
Expand description
Given sector record chunks recover source record chunks in form of an iterator.