Type Alias noodles::sam::header::record::value::map::header::Tag

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

A header tag.

Aliased Type§

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

Variants§

§

Standard(Standard)

A standard tag.

§

Other(Other<Standard>)

A nonstandard tag.