[][src]Trait fui_core::PropertyDirtyExtension

pub trait PropertyDirtyExtension {
    fn dirty_watching(
        &self,
        control: &Rc<RefCell<dyn ControlObject>>
    ) -> EventSubscription; }

Required methods

fn dirty_watching(
    &self,
    control: &Rc<RefCell<dyn ControlObject>>
) -> EventSubscription

Loading content...

Implementors

impl<T> PropertyDirtyExtension for Property<T> where
    T: 'static + Clone + PartialEq
[src]

Loading content...