[][src]Crate calloop_dbus

Re-exports

pub use dbus;

Structs

DBusSource

A event source connection to D-Bus, non-async version where callbacks are Send but not Sync.

LocalDBusSource

A event source conncetion to D-Bus, thread local + non-async version

SyncDBusSource

A event source connection to D-Bus, Send + Sync + non-async version

Traits

MakeDataSignal

Internal helper trait

MakeSignal

Internal helper trait