pub fn upper<T>(s: T) -> Result<String, Error> where
    T: Display
Expand description

Converts to uppercase