Trait fastx::FastX::FastQRead[][src]

pub trait FastQRead: FastXRead {
    fn qual(&self) -> &Vec<u8>;
}

Required methods

Implementors