Skip to main content

string_vec_from

Function string_vec_from 

Source
fn string_vec_from(string_array: &[&str]) -> Vec<String>
Expand description

Helper function to transform an array of borrowed strings to an owned Vec<String>