Trait cxx_qt_lib::PropertyChangeHandler[][src]

pub trait PropertyChangeHandler<C, P> {
    fn handle_property_change(&mut self, cpp: Pin<&mut C>, property: P);
}

Required methods

Implementors