Module systemd::bus[][src]

Expand description

An interface to work with the dbus message bus.

Modules

Define a mechanism for converting types to messages and messages to types

Structs

A borrowed reference to a Bus.

A wrapper which promises it always holds a validated dbus interface name

A message to be sent or that was received over dbus

An iterator over the elements of a Message, use this to read data out of a message.

A borrowed reference to a Message.

A wrapper which promises it always holds a valid dbus object path

Enums

Type Definitions

Result type for dbus calls that contains errors returned by remote services (and local errors as well).