[][src]Type Definition bitconch_jsonrpc_core::FutureRpcResult

type FutureRpcResult<F> = Either<F, Either<Map<FutureOutput, fn(_: Option<Output>) -> Option<Response>>, Map<JoinAll<Vec<FutureOutput>>, fn(_: Vec<Option<Output>>) -> Option<Response>>>>;

A type representing an optional Response for RPC Request.