Skip to main content

JitCompiler

Type Alias JitCompiler 

Source
pub type JitCompiler<'a, C> = JitCompiler<'a, C>;
Expand description

Re-export of the JIT compiler for the declare_builtin_function! macro

Aliased Typeยง

pub struct JitCompiler<'a, C> { /* private fields */ }