ExporterFuture uses it as its `Output`: ``` pub type ExporterFuture = Pin<Box<dyn Future<Output = Result<(), ExporterError>> + Send + 'static>>; ```