rust-lightning/lightning
Matt Corallo 1beb3bb421 Add a bindings-only version of Future::register_callback
While we could, in theory, add support to the bindings logic to map
`Box<dyn Trait>`, there isn't a whole lot of use doing so when its
incredibly trivial to do directly.

This adds a trivial wrapper around `Future::register_callback` that
is only built in bindings and which is linked in the
`register_callback` docs for visibility.
2022-09-23 21:12:04 +00:00
..
src Add a bindings-only version of Future::register_callback 2022-09-23 21:12:04 +00:00
Cargo.toml Downgrade hashbrown to meet MSRV 2022-09-22 15:06:42 +00:00