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