mesh::rpc

Type Alias FailableRpc

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

An RPC message with a failable result.

Aliased Typeยง

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