Function mz_testdrive::util::text::trim_trailing_space
source ยท pub fn trim_trailing_space(s: &str) -> String
Expand description
Trims trailing whitespace from each line of s
.
pub fn trim_trailing_space(s: &str) -> String
Trims trailing whitespace from each line of s
.