Type Definition happi::Fut[][src]

type Fut<T> = Pin<Box<dyn Future<Output = T>>>;
Expand description

A dyn Future returned from a trait function.