IntoRepStr

Trait IntoRepStr 

Source
pub trait IntoRepStr {
    // Required method
    fn repeat_cache(self, repeat: usize) -> RepStr;
}

Required Methods§

Source

fn repeat_cache(self, repeat: usize) -> RepStr

Implementations on Foreign Types§

Source§

impl IntoRepStr for &str

Source§

fn repeat_cache(self, repeat: usize) -> RepStr

Implementors§