pub type AsyncNativeCallableCancellable<State> = Arc<dyn for<'a> Fn(EvaluatorRef<'a, State>, CancellationToken, Type, &'a [Pointer]) -> Pin<Box<dyn Future<Output = Result<Pointer, EngineError>> + Send + 'a>> + Send + Sync>;Aliased Typeยง
pub struct AsyncNativeCallableCancellable<State> { /* private fields */ }