pub trait DebugControllerDBusExt: 'static {
    // Required methods
    fn stop(&self);
    fn connect_authorize<F: Fn(&Self, &DBusMethodInvocation) -> bool + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
}
Available on crate feature v2_72 only.

Required Methods§

source

fn stop(&self)

source

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

Implementors§