Module tor_rpcbase::dispatch

source ·
Expand description

A multiple-argument dispatch system for our RPC system.

Our RPC functionality is polymorphic in Methods (what we’re told to do) and Objects (the things that we give the methods to); we want to be able to provide different implementations for each method, on each object.

Structs§

  • A collection of method implementations for different method and object types.

Enums§

  • An error that occurred while trying to invoke a method on an object.

Type Aliases§