Skip to main content

Module actions

Module actions 

Source
Expand description

Action registry for the invokeAction op.

Provides a trait-based dispatch mechanism so that custom action handlers can be registered at startup and invoked by name at runtime.

Structs§

ActionRegistry
Registry that maps action names to their handlers.

Traits§

ActionHandler
A handler for a named action that can be invoked on entities.