[][src]Type Definition breadx::display::GenericFuture

type GenericFuture<'future> = Pin<Box<dyn Future<Output = Result> + Send + 'future>>;

A boxed future, for returning from a trait.