pub fn trim_ascii_whitespace(input: &str) -> &str
Expand description

Trims ASCII whitespace characters from a slice, and returns the trimmed input.