Skip to main content

models_to_vec

Function models_to_vec 

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

Convert a slice of string references into a Vec of owned Strings.