Trait string_stupidify::ForcedStringDecorator[][src]

pub trait ForcedStringDecorator {
    fn force_decorate(&self, text: &String) -> String;
}

Required methods

fn force_decorate(&self, text: &String) -> String[src]

Loading content...

Implementors

impl<T> ForcedStringDecorator for T where
    T: StringDecorator
[src]

Loading content...