Type Alias style::queries::feature::KeywordParser

source ·
pub type KeywordParser = for<'a, 'i, 't> fn(context: &'a ParserContext<'_>, input: &'a mut Parser<'i, 't>) -> Result<KeywordDiscriminant, ParseError<'i>>;
Expand description

Parses a given identifier.