Type Alias ambient_ui::button::ButtonCallback

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

The type of function invoked by a button.

Aliased Type§

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