Module wayland_bridge::object
source · Structs§
- When the concrete type of an object is known statically, we can provide an ObjectRef wrapper around the ObjectId in order to make downcasting simpler.
- A collection of
ObjectRef
s. - Implements a |MessageReceiver| that can decode a request into the appropriate request type for an |Interface|, and then invoke an |Implementation|
Enums§
- Errors generated when looking up objects from the map.
Traits§
- The |RequestReceiver| trait is what high level code will use to work with request messages for a given type.