Skip to main content

sync_display_callbacks

Function
This function is defined in the extras module.
Get sync display callbacks

Signature

def sync_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 566