uniffi-rs icon indicating copy to clipboard operation
uniffi-rs copied to clipboard

proc-macro: Support Self type in methods

Open jplatte opened this issue 3 years ago • 2 comments

Part of #1257.

jplatte avatar Sep 21 '22 13:09 jplatte

I wrote some docs for the first commit, do you also want that for the second commit? That code will have to change a bunch to not filter out self parameters once we support static methods. Currently the metadata just can't represent those, all methods just implicitly have a self parameter.

jplatte avatar Sep 22 '22 19:09 jplatte

Github is acting pretty weird for me, but hopefully my comments make sense. I don't think this is all that critical, it just seems like it would help keep track of things.

bendk avatar Sep 22 '22 19:09 bendk