pub fn has_named_params(
params: &[ParamDef],
opaque_types: &AHashSet<String>,
) -> boolExpand description
Check if params contain any non-opaque Named types that need let bindings.
This includes direct Named types, Vec
pub fn has_named_params(
params: &[ParamDef],
opaque_types: &AHashSet<String>,
) -> boolCheck if params contain any non-opaque Named types that need let bindings.
This includes direct Named types, Vec