MatchIter

Trait MatchIter 

Source
pub trait MatchIter {
    // Required methods
    fn ismatchonly(&self) -> bool;
    fn setmatchstate(&mut self, matchs: bool);
}

Required Methods§

Source

fn ismatchonly(&self) -> bool

Only print matched bases?

Source

fn setmatchstate(&mut self, matchs: bool)

Set match state

Implementors§