swamp_script_eval

Type Alias EvalExternalFunctionRef

Source
pub type EvalExternalFunctionRef<C> = Rc<RefCell<EvalExternalFunction<C>>>;

Aliased Typeยง

struct EvalExternalFunctionRef<C> { /* private fields */ }