Enum rust_htslib::bcf::header::TagType [] [src]

pub enum TagType {
    Flag,
    Integer,
    Float,
    String,
}

Variants