pub trait DBusProxyExtManual: 'static {
    fn connect_g_signal<F: Fn(&Self, Option<&str>, &str, &Variant) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

Implementors