Trait StrToMonoLowercase

Source
pub trait StrToMonoLowercase {
    // Required method
    fn to_mono_lowercase(&self) -> String;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl StrToMonoLowercase for str

Implementors§