[][src]Module zbus::xml

Introspection XML support (xml feature)

Thanks to the org.freedesktop.DBus.Introspectable interface, objects may be introspected at runtime, returning an XML string that describes the object.

This optional xml module provides facilities to parse the XML data into more convenient Rust structures. The XML string may be parsed to a tree with Node.from_reader().

See also:

Structs

Annotation

Annotations are generic key/value pairs of metadata.

Arg

An argument

Interface

An interface

Method

A method

Node

An introspection tree node (typically the root of the XML document).

Property

A property

Signal

A signal