Module zng_app::handler

source ·
Expand description

Handler types and macros.

Macros§

  • Declare a mutable clone-move app event handler.
  • Declare a clone-move app event handler that is only called once.
  • Declare an async clone-move app event handler.
  • Declare an async clone-move app event handler that is only called once.
  • Declare an async clone-move event handler.
  • Declare an async clone-move event handler that is only called once.
  • Declare a mutable clone-move event handler.
  • Declare a clone-move event handler that is only called once.

Structs§

Traits§