pub fn check_and_parse_generics_params(
ast: &mut KTokenStream,
tracer: &dyn KParserTracer,
) -> Result<Option<GenericParams>>
Expand description
parsing the declaration of the lifetimes and generics for a declaration of a impl block or struct.