Type Definition jsonrpc_core::FutureResult[][src]

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

A type representing future string response.