rust_htslib::bam::pileup

Type Alias Alignments

Source
pub type Alignments<'a> = Map<Iter<'a, bam_pileup1_t>, fn(_: &'a bam_pileup1_t) -> Alignment<'a>>;
Expand description

Iterator over alignments of a pileup.

Aliased Typeยง

struct Alignments<'a> { /* private fields */ }