Skip to main content

gen_call_args_with_let_bindings

Function gen_call_args_with_let_bindings 

Source
pub fn gen_call_args_with_let_bindings(
    params: &[ParamDef],
    opaque_types: &AHashSet<String>,
) -> String
Expand description

Build call argument expressions using pre-bound let bindings for non-opaque Named params. Non-opaque Named params use &{name}_core references instead of .into().