pub type FutureOutput = Box<dyn Future<Item = Option<Output>, Error = ()> + Send>;
A type representing middleware or RPC call output.