Module object

Source

Structs§

ObjectRef
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.
ObjectRefSet
A collection of ObjectRefs.
RequestDispatcher
Implements a |MessageReceiver| that can decode a request into the appropriate request type for an |Interface|, and then invoke an |Implementation|

Enums§

ObjectLookupError
Errors generated when looking up objects from the map.
ObjectMapError

Traits§

MessageReceiver
NewObjectExt
RequestReceiver
The |RequestReceiver| trait is what high level code will use to work with request messages for a given type.