Type Alias freya_node_state::CanvasRunner

source ยท
pub type CanvasRunner = dyn Fn(&mut CanvasRunnerContext<'_>) + Sync + Send + 'static;