parse_bare_fn_arg

Function parse_bare_fn_arg 

Source
fn parse_bare_fn_arg(
    input: ParseStream<'_>,
    allow_self: bool,
) -> Result<BareFnArg>