pub type Signal = (WidgetId, Box<dyn MessageData, Global>);
Expand description

A signal is a message sent by a widget that can be read by the Application

Trait Implementations§