Skip to main content

register_action

Macro register_action 

Source
register_action!() { /* proc-macro */ }
Expand description

This can be used to register an action with the GPUI runtime when you want to manually implement the Action trait. Typically you should use the Action derive macro or actions! macro instead.