pub fn encode_generics_args_to_ty<'a>(
iter: impl IntoIterator<Item = &'a GenericArgument>,
) -> TypeExpand description
Encode GenericArguments to a type.
pub fn encode_generics_args_to_ty<'a>(
iter: impl IntoIterator<Item = &'a GenericArgument>,
) -> TypeEncode GenericArguments to a type.