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