[][src]Type Definition jsonrpc_core::FutureResult

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

A type representing future string response.