You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use struct wrappers to implement event handling on InvoicePayer
Since we also need a variant of InvoicePayer that can handle events
asynchronously, we remove its EventHandler generic bound, and instead
implement each event handling variant on struct wrappers that consume
it.
0 commit comments