Y
Hacker News
new
|
ask
|
show
|
jobs
by
tomjakubowski
4080 days ago
Can you make external "C" callback functions generic? The function itself I mean, not the signature of the FFI function that takes the callback. If so, there's a great use case for not mangling C callbacks.
1 comments
Rusky
4080 days ago
Yes-
https://github.com/rust-lang/rust/pull/15831
link