Type Definition iota_wallet::events::Handler

source · []
type Handler<T> = Box<dyn Fn(&T) + Send + Sync + 'static>;