Skip to main content

RenderCallback

Type Alias RenderCallback 

Source
pub type RenderCallback = Box<dyn Fn(&[Patch]) + Send + Sync>;
Expand description

Callback type for rendering patches to the platform

Aliased Typeยง

pub struct RenderCallback(/* private fields */);