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