Type Definition DynFuture
Other items inya_runtime_api::server
type DynFuture<'a, T> = Pin<Box<dyn Future<Output = T> + 'a>>;