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]

Important traits for RecordSetItems<'a>

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. Read more

Auto Trait Implementations

impl Send for RecordSet

impl Sync for RecordSet