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 */);
pub type FailableRpc<I, R> = Rpc<I, Result<R, RemoteError>>;
An RPC message with a failable result.
struct FailableRpc<I, R>(/* private fields */);