mesh_channel::rpc

Type Alias FailableRpc

Source
pub type FailableRpc<I, R> = Rpc<I, RemoteResult<R>>;
Expand description

An RPC message with a failable result.

Aliased Typeยง

struct FailableRpc<I, R>(/* private fields */);