parse_detached_field

Function parse_detached_field 

Source
fn parse_detached_field(cx: &mut ParseCtxt<'_>) -> ParseResult<(Ident, Ty)>
Expand description
 ⟨field⟩ ::= ⟨ident⟩ : ⟨type⟩