Expand description
Object type for our RPC system.
Re-exports§
pub use derive_deftly_template_Object;
Modules§
- cast 🔒
- Casting objects to trait pointers.
Structs§
- Object
Id - 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.
- Object
ArcExt - Extension trait for
Arc<dyn Object>
to support convenient downcasting todyn Trait
.