OnPaintCallback

Type Alias OnPaintCallback 

Source
pub type OnPaintCallback = Arc<dyn Fn(TabId, PixelBuffer) + Send + Sync>;
Expand description

Callback function type for paint events

Aliased Typeยง

pub struct OnPaintCallback { /* private fields */ }