Function parse_maybe_opt_binding_ident

Source
pub fn parse_maybe_opt_binding_ident<'a>(
    p: &mut impl Parser<'a>,
    required: bool,
    disallow_let: bool,
) -> PResult<Option<Ident>>
Expand description

If required is true, this never returns None.