pub trait SwitchExtManual: IsA<Switch> + Sealed + 'static {
    // Provided method
    fn connect_changed_active<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId { ... }
}

Provided Methods§

source

fn connect_changed_active<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId

Implementors§