pub fn generate_trait_methods<'a>(
    functions: impl Iterator<Item = &'a Function>,
    wrapper_name: &str
) -> Vec<ItemFn>
Expand description

Generates a wrapped function declaration for each method in each user’s trait type declaration.