Skip to main content

Module extensions

Module extensions 

Source
Expand description

AST parser for language extensions

Functionsยง

parse_annotation_def
Parse an annotation definition with lifecycle handlers
parse_extend_statement
parse_impl_block
Parse an impl block: impl TraitName for TypeName [as ImplName] { method_def* }
parse_optimize_statement