Trait termusiclib::utils::StringUtils
source · pub trait StringUtils {
// Required methods
fn substr(&self, start: usize, length: usize) -> String;
fn grapheme_len(&self) -> usize;
}Expand description
Some helper functions for dealing with Unicode strings.