pub type RpcResult<T> = BoxFuture<Result<T>>;

Aliased Type§

struct RpcResult<T> { /* private fields */ }