pub fn generate_trait_methods<'a>( functions: impl Iterator<Item = &'a Function>, wrapper_name: &str ) -> Vec<ItemFn>
Generates a wrapped function declaration for each method in each user’s trait type declaration.