Struct fastq::RecordSet [] [src]

pub struct RecordSet { /* fields omitted */ }

A collection of fastq records used to iterate over records in chunks.

Methods

impl RecordSet
[src]

Return an iterator over all fastq records in this record set.

Trait Implementations

impl Debug for RecordSet
[src]

Formats the value using the given formatter.