[][src]Type Definition enande::GenFut

type GenFut<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;