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

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

A VCF header format map tag.

Aliased Type§

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

Variants§

§

Standard(TypedDescribedIndexed)

§

Other(Other<TypedDescribedIndexed>)