pub trait StringUtils: AsStr + UTFStringExtensions { // Provided methods fn duplicate(&self, count: usize) -> RUMString { ... } fn is_unique(&self) -> bool { ... } }