pub trait DebugControllerDBusExt: 'static {
    fn stop(&self);
fn connect_authorize<F: Fn(&Self, &DBusMethodInvocation) -> bool + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

This is supported on crate feature v2_72 only.

Implementors