Trait gio::prelude::DebugControllerDBusExtManual
source · pub trait DebugControllerDBusExtManual: Sealed + IsA<DebugControllerDBus> + Sized {
// Provided method
fn connection(&self) -> DBusConnection { ... }
}
Available on crate feature
v2_72
only.Provided Methods§
sourcefn connection(&self) -> DBusConnection
fn connection(&self) -> DBusConnection
The D-Bus connection to expose the debugging interface on.
Typically this will be the same connection (to the system or session bus) which the rest of the application or service’s D-Bus objects are registered on.
Object Safety§
This trait is not object safe.