Function parse_fields

Source
fn parse_fields(cx: &mut ParseCtxt<'_>) -> ParseResult<Vec<Ty>>
Expand description
⟨fields⟩ := ( ⟨ty⟩,* ) | { ⟨ty⟩,* }