You don't need to create an intermediate Vec<&str> , just map to_string() and use collect() after that:
確定! 回上一頁