Skip to main content

ExtInterpreter

Type Alias ExtInterpreter 

Source
pub type ExtInterpreter = Interpreter<VigyHost>;
Expand description

Re-exported tatara_lisp_eval::Interpreter<VigyHost> โ€” the second argument to HostExtension::install.

Aliased Typeยง

pub struct ExtInterpreter { /* private fields */ }