Module tor_rpcbase::obj

source ·
Expand description

Object type for our RPC system.

Re-exports§

Modules§

  • cast 🔒
    Casting objects to trait pointers.

Structs§

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

Traits§

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