You can use the to_string() method directly on the literals: let test_args = vec!["-w".to_string(), "60".to_string(), "arg".to_string()];.
確定! 回上一頁