syn::ty::parsing

Function parse_bare_fn_arg

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