Trait zng_app::update::UpdateSubscribers
source · pub trait UpdateSubscribers:
Send
+ Sync
+ 'static {
// Required methods
fn contains(&self, widget_id: WidgetId) -> bool;
fn to_set(&self) -> IdSet<WidgetId>;
}
Expand description
Represents a set of widgets that subscribe to an event source.