pub trait MatchIter {
// Required methods
fn ismatchonly(&self) -> bool;
fn setmatchstate(&mut self, matchs: bool);
}Required Methods§
Sourcefn ismatchonly(&self) -> bool
fn ismatchonly(&self) -> bool
Only print matched bases?
Sourcefn setmatchstate(&mut self, matchs: bool)
fn setmatchstate(&mut self, matchs: bool)
Set match state