Crate zbus_macros
source · [−]Expand description
zbus_macros
This subcrate of the zbus project provides convenient attribute macros that make zbus super
easy to use. The main subcrate, zbus
re-exports these macros for your convenience so you do not
need to use this crate directly.
Status: Stable.
Attribute Macros
Attribute macro for implementing a D-Bus interface.
Attribute macro for defining D-Bus proxies (using zbus::Proxy
and zbus::blocking::Proxy
).
Derive Macros
Derive macro for implementing zbus::DBusError
trait.