pub type EvalExternalFunctionRef<C> = Rc<RefCell<EvalExternalFunction<C>>>;Aliased Typeยง
struct EvalExternalFunctionRef<C> { /* private fields */ }pub type EvalExternalFunctionRef<C> = Rc<RefCell<EvalExternalFunction<C>>>;struct EvalExternalFunctionRef<C> { /* private fields */ }