Function make_matrix_string_literal

Source
pub fn make_matrix_string_literal<'a>(
    data: &'a Vec<Vec<String>>,
) -> Vec<Vec<&'a str>>