Trait StringExt
ena::enums
pub trait StringExt { fn capitalize(&self) -> Self; }
fn capitalize(&self) -> Self
impl StringExt for String