Function parse_fn_input

Source
fn parse_fn_input(cx: &mut ParseCtxt<'_>) -> ParseResult<FnInput>
Expand description
⟨fn_input⟩ := ⟨ident⟩ : &strg ⟨ty⟩
            | ⟨ident⟩ : ⟨path⟩ { ⟨expr⟩ }
            | ⟨ident⟩ : ⟨ty⟩
            | ⟨ty⟩