Crate tokio_dbus_xml

Source
Expand description

github crates.io docs.rs Parser for D-Bus interface files.

Structs§

Argument
A method argument.
Description
The description of an element.
Doc
Documentation associated with an element.
Error
An error raised by this crate.
Interface
A single interface.
Method
A single interface.
Node
A D-Bus node.

Enums§

Direction
The direction of an argument.

Functions§

parse_interface
Parse the contents of an interface file.

Type Aliases§

Result
Result alias defaulting to the error type of this alias.