Type Definition jsonrpc_core::FutureOutput [−][src]
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.