rust-lightning/background-processor
Matt Corallo 34e429fdf6 Use a trait to handle ChannelManager persistence instead of an Fn
This avoids having to write new support for closures in the C
bindings generation but, more importantly, we really need to also
be handling Events in the same trait, so it makes sense to go ahead
and convert it.

For compatibility, the trait is implemented for any matching
closure.
2021-04-15 15:23:05 -04:00
..
src Use a trait to handle ChannelManager persistence instead of an Fn 2021-04-15 15:23:05 -04:00
Cargo.toml Update licenses and add missing fields in Cargo.toml files 2021-03-09 16:53:03 -05:00