Module zbus::object_server
source · Expand description
The object server API.
Structs§
- Opaque structure that derefs to an
Interfacetype. - Opaque structure that mutably derefs to an
Interfacetype. - Wrapper over an interface, along with its corresponding
SignalContextinstance. A reference to the underlying interface may be obtained viaInterfaceRef::getandInterfaceRef::get_mut. - An object server, holding server-side D-Bus objects & interfaces.
- A response wrapper that notifies after response has been sent.
- A signal emission context.
Enums§
- A helper type returned by
Interfacecallbacks.
Traits§
- The trait is used to dispatch messages to an interface instance.