pub trait Indexed: Inner {
// Required methods
fn idx(&self) -> Option<usize>;
fn idx_mut(&mut self) -> &mut Option<usize>;
}
Expand description
An inner VCF header map value with an IDX field.
Required Methods§
Object Safety§
This trait is not object safe.