Skip to main content

async_display_callbacks

AsyncFunction
This function is defined in the extras module.
Get async display callbacks

Signature

async def async_display_callbacks() -> Vec<Arc<dyn Fn(&str) + Send + Sync>>

Returns

Returns
Vec<Arc<dyn Fn(&str) + Send + Sync>>
The result of the operation.

Uses

  • read

Source

View on GitHub

praisonai/src/parity/extras.rs at line 571