StringUtils

Trait StringUtils 

Source
pub trait StringUtils: AsStr + UTFStringExtensions {
    // Provided methods
    fn duplicate(&self, count: usize) -> RUMString { ... }
    fn is_unique(&self) -> bool { ... }
}

Provided Methods§

Source

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

Source

fn is_unique(&self) -> bool

Implementations on Foreign Types§

Source§

impl StringUtils for str

Implementors§