Function hir_generic_arg_to_ast

Source
pub fn hir_generic_arg_to_ast(
    args: &GenericArgList,
    arg_idx: u32,
    has_self_arg: bool,
) -> Option<GenericArg>
Expand description

This function find the AST generic argument from the one in the HIR. Does not support the Self argument.