pub type ButtonCallback<Ret = ()> = Arc<CbDebuggable<dyn Fn(&mut World) -> Ret + Sync + Send>>;
Expand description

The type of function invoked by a button.

Aliased Type§

struct ButtonCallback<Ret = ()> { /* private fields */ }