Trait StringExt

Source
pub trait StringExt {
    // Required methods
    fn to_upper_camel(&self) -> String;
    fn to_lower_camel(&self) -> String;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<'a> StringExt for &'a str

Implementors§