Module message

Source
Expand description

Contains structs and traits closely related to D-Bus messages.

Structs§

MatchRule
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§

MatchRuleParserError
Error type that covers errors that might happen during parsing.
MessageType
One of the four different message types.

Traits§

SignalArgs
Helper methods for structs representing a Signal