Function owned_vec

Source
pub fn owned_vec(strings: &[&str]) -> Vec<String>
Expand description

Convenience function to create a vector of string structs from a slice of strings