Skip to main content

clear_display_callbacks

Function
This function is defined in the display module.
Clear all callbacks for a display type

Signature

def clear_display_callbacks(display_type: DisplayType) -> ()

Parameters

display_type
DisplayType
required
No description available.

Returns

Returns
()
The result of the operation.

Uses

  • write
  • remove

Source

View on GitHub

praisonai/src/display.rs at line 347