Type Definition 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.