Skip to main content

ConstEval

Type Alias ConstEval 

Source
pub type ConstEval = Rc<dyn Fn(&str) -> R<Value>>;
Expand description

evaluates a constant by name (the engine’s)

Aliased Type§

pub struct ConstEval { /* private fields */ }