Skip to main content

SyncNativeCallable

Type Alias SyncNativeCallable 

Source
pub type SyncNativeCallable<State> = Arc<dyn for<'a> Fn(EvaluatorRef<'a, State>, &'a Type, &'a [Pointer]) -> Result<Pointer, EngineError> + Sync + Send>;

Aliased Typeยง

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