Skip to main content

AsyncNativeCallable

Type Alias AsyncNativeCallable 

Source
pub type AsyncNativeCallable<State> = Arc<dyn for<'a> Fn(&'a Engine<State>, Type, &'a [Pointer]) -> Pin<Box<dyn Future<Output = Result<Pointer, EngineError>> + Send + 'a>> + Sync + Send>;

Aliased Typeยง

pub struct AsyncNativeCallable<State> { /* private fields */ }