rumtk_core::strings

Trait StringUtils

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

Provided Methods§

Source

fn duplicate(&self, count: usize) -> RUMString

Implementations on Foreign Types§

Source§

impl StringUtils for str

Implementors§