Function parse_fn_ret

Source
fn parse_fn_ret(cx: &mut ParseCtxt<'_>) -> ParseResult<FnRetTy>
Expand description
⟨fn_ret⟩ := ⟨ -> ⟨ty⟩ ⟩?