pub trait HandleUnload {
// Required method
fn handle_unload(&mut self, fn_: WalletUnloadFn) -> Box<dyn Handler>;
}
Required Methods§
sourcefn handle_unload(&mut self, fn_: WalletUnloadFn) -> Box<dyn Handler>
fn handle_unload(&mut self, fn_: WalletUnloadFn) -> Box<dyn Handler>
| Register handler for unload message. |