Type Definition jsonrpc_core::FutureRpcResult[][src]

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

A type representing an optional Response for RPC Request.