Type Alias DontSkipRedrawCycle
pub type DontSkipRedrawCycle = bool;Expand description
The on_start callback can return false to disable the provider until
the next redraw.
pub type DontSkipRedrawCycle = bool;The on_start callback can return false to disable the provider until
the next redraw.