Type Definition rust_lisp::model::NativeFunc

source ·
pub type NativeFunc = fn(env: Rc<RefCell<Env>>, args: Vec<Value>) -> Result<Value, RuntimeError>;
Expand description

A Rust function that is to be called from lisp code