Skip to main content

BridgePtr

Type Alias BridgePtr 

Source
pub type BridgePtr = for<'a> fn(runtime: &'a Runtime, env: &'a [Value], args: &'a [Value], rest_args: &'a [Value], dyn_state: &mut DynamicState, k: Value) -> Application;
Expand description

A function pointer to a sync Rust bridge function.