Type Alias forest_filecoin::rpc::reflect::Ctx

source ·
pub type Ctx<T> = Arc<RPCState<T>>;
Expand description

Type to be used by RpcMethod::handle.

Aliased Type§

struct Ctx<T> { /* private fields */ }