[][src]Type Definition jsonrpc_core::FutureOutput

type FutureOutput = Pin<Box<dyn Future<Output = Option<Output>> + Send>>;

A type representing middleware or RPC call output.