pub trait Indexed: Inner { // Required methods fn idx(&self) -> Option<usize>; fn idx_mut(&mut self) -> &mut Option<usize>; }
An inner VCF header map value with an IDX field.
Returns the index of the ID in the dictionary of strings.
Returns a mutable reference to the index.