Type Alias StringMatrix

Source
pub type StringMatrix = Matrix<String>;

Aliased Typeยง

struct StringMatrix { /* private fields */ }