pub trait RUMStringConversions: ToString { // Provided method fn to_rumstring(&self) -> RUMString { ... } }