Type Definition tower_http_digest::BoxFuture[][src]

pub type BoxFuture<'a, O> = Pin<Box<dyn Future<Output = O> + Send + 'a>>;
Expand description

Boxed future