Skip to main content

Module classes

Module classes 

Source

Structsยง

AstAggregatePrefix ๐Ÿ”’
The prefix parses a class declaration up until the class keyword. That is what we need to see to know that we should be parsing a class. Parsing always succeeds with Ok(Some) or errors; the intent is that you probe with can_eat.