Function parse_enum

Source
pub fn parse_enum(
    lexer: &mut Lexer<'_, Token>,
    comment: Option<String>,
) -> Result<Value, (String, Span)>