Module obj

Source
Expand description

Object type for our RPC system.

Re-exports§

pub use derive_deftly_template_Object;

Modules§

cast 🔒
Casting objects to trait pointers.

Structs§

ObjectId
An identifier for an Object within the context of a Session.

Traits§

Object
An object in our RPC system to which methods can be addressed.
ObjectArcExt
Extension trait for Arc<dyn Object> to support convenient downcasting to dyn Trait.