Expand description
The object server API.
Structs§
- Interface
Deref - Opaque structure that derefs to an
Interface
type. - Interface
Deref Mut - Opaque structure that mutably derefs to an
Interface
type. - Interface
Ref - Wrapper over an interface, along with its corresponding
SignalContext
instance. A reference to the underlying interface may be obtained viaInterfaceRef::get
andInterfaceRef::get_mut
. - Object
Server - An object server, holding server-side D-Bus objects & interfaces.
- Response
Dispatch Notifier - A response wrapper that notifies after response has been sent.
- Signal
Context - A signal emission context.
Enums§
- Dispatch
Result - A helper type returned by
Interface
callbacks.
Traits§
- Interface
- The trait is used to dispatch messages to an interface instance.