pub type ExporterFuture = Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'static>>;
Available on crate features http-listener or push-gateway only.
Expand description

Convenience type for Future implementing an exporter.

Aliased Type§

struct ExporterFuture { /* private fields */ }