Function rustrict::trim_whitespace
source · pub fn trim_whitespace(s: &str) -> &strExpand description
Trims whitespace characters from both ends of a string, according to the definition of
crate::is_whitespace.
pub fn trim_whitespace(s: &str) -> &strTrims whitespace characters from both ends of a string, according to the definition of
crate::is_whitespace.