pub trait ToSanitizedUpperCase {
    fn to_sanitized_upper_case(&self) -> Cow<'_, str>;
}

Required methods

Implementations on Foreign Types

Implementors