Expand description
The client-side proxy API.
Modulesยง
Structsยง
- Builder
- Builder for proxies.
- Owner
Changed Stream - A
stream::Stream
implementation that yieldsUniqueName
when the bus owner changes. - Properties
Cache ๐ - Property
Changed - A property changed event.
- Property
Stream - A
stream::Stream
implementation that yields property change notifications. - Property
Value ๐ - Proxy
- A client-side interface proxy.
- Proxy
Inner ๐ - Proxy
Inner ๐Static - This is required to avoid having the Drop impl extend the lifetime โa, which breaks zbus_xmlgen (and possibly other crates).
- Signal
Stream - A
stream::Stream
implementation that yields signal messages.
Enumsยง
- Cache
Properties - The properties caching mode.
- Caching
Result ๐ - Either ๐
- Method
Flags - Flags to use with
Proxy::call_with_flags
.
Constantsยง
Traitsยง
- Defaults
- Trait for the default associated values of a proxy.
- Proxy
Impl - This trait is implemented by all async proxies, which are generated with the
proxy
macro.