Type Alias tcgeneric::TCBoxFuture

source ·
pub type TCBoxFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;
Expand description

A pinned future

Aliased Type§

struct TCBoxFuture<'a, T> { /* private fields */ }