Type Definition ya_runtime_api::server::DynFuture[][src]

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