[][src]Type Definition s_jsonrpc_core::FutureResult

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

A type representing future string response.