Module description

Source
Available on crate feature describe-methods only.
Expand description

Types and code for describing our type-based dispatch system.

Structs§

MethodDescription 🔒
A table describing, for a single RPC method, which types it expects and returns, and which objects it applies to.
RpcDispatchInformation
A table describing the the set of RPC methods available, which types they expect and return, and which objects they apply to.