Closed
Description
I tried using FutureResult
as specified in the README when trying to prototype a derived interface, but the jsonrpc_core::Error
type cannot be used in FutureResult
as suggested by the README. I've dug into the code a little bit more and it appears that it is expecting the second type parameter to FutureResult
to be a Future
which jsonrpc_core::Error
is not. Would you be able to update the README or provide a suggestion for how to work around this?