Trait fastx::FastX::FastQRead

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

Required Methods§

Implementors§