fn parse_bty_rhs(cx: &mut ParseCtxt<'_>, bty: BaseTy) -> ParseResult<Ty>
Expand description
⟨bty⟩ [ ⟨refine_arg⟩,* ]
| ⟨bty⟩ { ⟨ident⟩ : ⟨block_expr⟩ }
| ⟨bty⟩
fn parse_bty_rhs(cx: &mut ParseCtxt<'_>, bty: BaseTy) -> ParseResult<Ty>
⟨bty⟩ [ ⟨refine_arg⟩,* ]
| ⟨bty⟩ { ⟨ident⟩ : ⟨block_expr⟩ }
| ⟨bty⟩