Skip to main content

execute_async_callback

AsyncFunction
This function is defined in the display_types module.
Execute async callback for a display type

Signature

async def execute_async_callback(display_type: &str, event: &DisplayEvent) -> ()

Parameters

display_type
&str
required
No description available.
event
&DisplayEvent
required
No description available.

Returns

Returns
()
The result of the operation.

Uses

  • read
  • get
  • on_display

Source

View on GitHub

praisonai/src/parity/display_types.rs at line 218