Type Alias noodles::vcf::header::record::value::map::contig::Tag

source ·
pub type Tag = Tag<Standard>;
Expand description

A VCF header contig map tag.

Aliased Type§

enum Tag {
    Standard(Standard),
    Other(Other<Standard>),
}

Variants§

§

Standard(Standard)

§

Other(Other<Standard>)