Trait fastx::FastX::FastQRead

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

Required Methods§

source

fn comment(&self) -> &str

source

fn qual(&self) -> &Vec<u8>

Implementors§