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

Required Methods

Available on crate feature v2_72 only.

Implementors