Type Alias FailableRpc
pub type FailableRpc<I, R> = Rpc<I, Result<R, RemoteError>>;Expand description
An RPC message with a failable result.
Aliased Typeยง
pub struct FailableRpc<I, R>(/* private fields */);pub type FailableRpc<I, R> = Rpc<I, Result<R, RemoteError>>;An RPC message with a failable result.
pub struct FailableRpc<I, R>(/* private fields */);