pub fn parse_line_names<'i, 't>(
input: &mut Parser<'i, 't>,
) -> Result<OwnedSlice<CustomIdent>, ParseError<'i>>
Expand description
Parse the grid line names into a vector of owned strings.
pub fn parse_line_names<'i, 't>(
input: &mut Parser<'i, 't>,
) -> Result<OwnedSlice<CustomIdent>, ParseError<'i>>
Parse the grid line names into a vector of owned strings.