Trait LabelStorage

Source
pub trait LabelStorage {
    // Required method
    fn label_of_target_unchecked(&self, target_index: u32) -> String;
}
Expand description

Storage for label of sequences.

Required Methods§

Source

fn label_of_target_unchecked(&self, target_index: u32) -> String

Implementors§