Skip to content

Commit

Permalink
impl ExactSizeIterator for RestoredOriginal
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersTrier committed Nov 25, 2024
1 parent 33e1456 commit c00bcf1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/decoder_result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ impl<'a> Iterator for RestoredOriginal<'a> {
}
}

// ======================================================================
// RestoredOriginal - IMPL ExactSizeIterator

impl ExactSizeIterator for RestoredOriginal<'_> {}

// ======================================================================
// RestoredOriginal - CRATE

Expand Down

0 comments on commit c00bcf1

Please sign in to comment.