[−][src]Type Definition jsonrpc_core::FutureOutput
type FutureOutput = Box<dyn Future<Item = Option<Output>, Error = ()> + Send>;
A type representing middleware or RPC call output.
type FutureOutput = Box<dyn Future<Item = Option<Output>, Error = ()> + Send>;
A type representing middleware or RPC call output.