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