pub fn consumes_query(cigar_opt: &Cigar) -> bool
Expand description

Example

use rustybam::paf;
use rust_htslib::bam::record::Cigar::*;
assert!(paf::consumes_query(&Diff(5)));