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