Type Definition solana_jsonrpc_core::FutureResult[][src]

type FutureResult<F> = Map<Either<FutureResult<Option<Response>, ()>, FutureRpcResult<F>>, fn(_: Option<Response>) -> Option<String>>;

A type representing future string response.