Skip to main content

RUMStringConversions

Trait RUMStringConversions 

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

Provided Methods§

Source

fn to_raw(&self) -> RUMVec<u8>

Source

fn to_buffer(&self) -> RUMBuffer

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl RUMStringConversions for char

Source§

impl RUMStringConversions for str

Implementors§