fn finalize_delegate(
make: &SyntaxFactory,
delegate: &Impl,
assoc_items: Option<Vec<AssocItem>>,
remove_where_clauses: bool,
) -> Option<Impl>Expand description
Finalize the delegate impl by:
- Replacing the assoc_item_list with new items (if any)
- Removing useless where clauses