Crate zbus_names[][src]

Expand description

This crate provides collection of types for various D-Bus bus names.

This is used by zbus (and in future by zbus_macros as well) crate. Other D-Bus crates are also encouraged to use this API in the spirit of cooperation. :)

Structs

String that identifies an interface name on the bus.

String that identifies an member (method or signal) name on the bus.

Owned sibling of BusName.

Owned sibling of InterfaceName.

Owned sibling of MemberName.

Owned sibling of UniqueName.

Owned sibling of WellKnownName.

String that identifies a unique bus name.

String that identifies a well-known bus name.

Enums

String that identifies a bus name.

The error type for zbus_names.

Type Definitions

String that identifies an error name on the bus.

Owned sibling of ErrorName.

Alias for a Result with the error type zbus_names::Error.