Expand description
The client-side proxy API.
Structs§
- Builder for proxies.
- An
std::iter::Iterator
implementation that yields owner change notifications. - A property changed event.
- An
std::iter::Iterator
implementation that yields property change notifications. - A blocking wrapper of
crate::Proxy
. - An
std::iter::Iterator
implementation that yields signal messages.
Traits§
- This trait is implemented by all blocking proxies, which are generated with the
dbus_proxy
macro.