Type Alias StringArray

Source
pub type StringArray = Vec<String>;

Aliased Typeยง

struct StringArray { /* private fields */ }