Expand description
The object server API.
Structs§
- Opaque structure that derefs to an
Interface
type. - Opaque structure that mutably derefs to an
Interface
type. - Wrapper over an interface, along with its corresponding
SignalContext
instance. A reference to the underlying interface may be obtained viaInterfaceRef::get
andInterfaceRef::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
Interface
callbacks.
Traits§
- The trait is used to dispatch messages to an interface instance.