pub fn __action68(
errors: &mut Vec<Report>,
(_, mods, _): (BytePos, Vec<Spanned<Keyword>>, BytePos),
(_, header, _): (BytePos, (Type, Ident, Vec<FormalParameter>, Vec<Type>), BytePos),
(_, body, _): (BytePos, Spanned<Option<Block>>, BytePos)
) -> Method