Type Alias egui::context::ContextCallback

source ·
pub type ContextCallback = Arc<dyn Fn(&Context) + Send + Sync>;
Expand description

Generic event callback.

Aliased Type§

struct ContextCallback { /* private fields */ }