metriki-tower 0.2.5

Metriki integration with tower
Documentation
1
2
3
4
use futures::future::Future;
use std::pin::Pin;

pub(crate) type ResultFuture<R, E> = Pin<Box<dyn Future<Output = Result<R, E>> + Send>>;