pub fn parse_maybe_opt_binding_ident<'a>( p: &mut impl Parser<'a>, required: bool, disallow_let: bool, ) -> PResult<Option<Ident>>
If required is true, this never returns None.
required
true
None