pub trait LabelRefStorage {
// Required method
fn label_ref_of_target_unchecked(&self, target_index: u32) -> &str;
}
Expand description
Storage for label of sequences as a string slice.
pub trait LabelRefStorage {
// Required method
fn label_ref_of_target_unchecked(&self, target_index: u32) -> &str;
}
Storage for label of sequences as a string slice.