Expand description
Contains structs and traits closely related to D-Bus messages.
Structs§
- Match
Rule - A “match rule”, that can match Messages on its headers.
- Message
- A D-Bus message. A message contains headers - usually destination address, path, interface and member, and a list of arguments.
Enums§
- Match
Rule Parser Error - Error type that covers errors that might happen during parsing.
- Message
Type - One of the four different message types.
Traits§
- Signal
Args - Helper methods for structs representing a Signal