Expand description
An interface to work with the dbus message bus.
Modules§
- types
- Define a mechanism for converting types to messages and messages to types
Structs§
- Bus
- BusName
- BusRef
- A borrowed reference to a
Bus
. - Error
- Interface
Name - A wrapper which promises it always holds a validated dbus interface name
- Member
Name - Message
- A message to be sent or that was received over dbus
- Message
Iter - An iterator over the elements of a
Message
, use this to read data out of a message. - Message
Ref - A borrowed reference to a
Message
. - Object
Path - A wrapper which promises it always holds a valid dbus object path
- RawError
Enums§
Type Aliases§
- Result
- Result type for dbus calls that contains errors returned by remote services (and local errors as well).