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> + Send + Sync + 'static>;

Aliased Typeยง

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