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

Strip leading and trailing whitespace