Add new `(C-not implementable)` tag on `EventsProvider` 2021-05-new-tag
authorMatt Corallo <git@bluematt.me>
Sun, 30 May 2021 17:04:21 +0000 (17:04 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 30 May 2021 17:04:21 +0000 (17:04 +0000)
This makes it so that users cannot usefully implement their own
`EventsProvider`, which would require substantial new logic in the
bindings generator (for generic methods). In the case of
`EventsProvider`, because there are no Rust methods which accept an
`EventsProvider` as an argument, this is perfectly OK as the
generated code would be entirely unused anyway.


No differences found