rust_htslib::bam::pileup::Alignments
[−]
[src]
type Alignments<'a> = Map<Iter<'a, bam_pileup1_t>, fn(&'a bam_pileup1_t) -> Alignment<'a>>;
Iterator over alignments of a pileup.