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