E.g. ```rust x.foo(bar, qux(), qux()); // -> // impl X { // ... fn foo(&self, bar: Bar, qux_1: Qux, qux_2: Qux) { todo!(); } // ... // } ```