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§