Type Definition tcgeneric::TCBoxFuture

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

A pinned future