trait StrTrim { // Required methods fn remove_first_space(&mut self); fn remove_last_space(&mut self); }