pub trait RUMStringConversions: ToString {
// Provided methods
fn to_rumstring(&self) -> RUMString { ... }
fn to_raw(&self) -> Vec<u8> ⓘ { ... }
}
pub trait RUMStringConversions: ToString {
// Provided methods
fn to_rumstring(&self) -> RUMString { ... }
fn to_raw(&self) -> Vec<u8> ⓘ { ... }
}