Expand description
The object server API.
Structsยง
- Interface
Ref - Wrapper over an interface, along with its corresponding
SignalEmitter
instance. A reference to the underlying interface may be obtained viaInterfaceRef::get
andInterfaceRef::get_mut
. - Object
Server - A blocking wrapper of
crate::ObjectServer
.