Module zbus::blocking::object_server
source · Expand description
The object server API.
Structs§
- Wrapper over an interface, along with its corresponding
SignalContextinstance. A reference to the underlying interface may be obtained viaInterfaceRef::getandInterfaceRef::get_mut. - A blocking wrapper of
crate::ObjectServer.