Trait bio::io::fastq::FastqRead

source ·
pub trait FastqRead {
    fn read(&mut self, record: &mut Record) -> Result<()>;
}
Expand description

Trait for FASTQ readers.

Required Methods

Implementors