Module dbus::blocking

source ·
Expand description

Connections and proxies that make blocking method calls.

Modules

This module contains some standard interfaces and an easy way to call them.

Structs

A connection to D-Bus, non-async version where callbacks are Send but not Sync.
A connection to D-Bus, thread local + non-async version
A struct that wraps a connection, destination and path.
A connection to D-Bus, Send + Sync + non-async version

Traits

Abstraction over different connections
Internal helper trait