Trait cxx_qt_lib::PropertyChangeHandler [−][src]
pub trait PropertyChangeHandler<C, P> {
fn handle_property_change(&mut self, cpp: Pin<&mut C>, property: P);
}
pub trait PropertyChangeHandler<C, P> {
fn handle_property_change(&mut self, cpp: Pin<&mut C>, property: P);
}