Skip to main content

ConstEval

Type Alias ConstEval 

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

Aliased Type§

pub struct ConstEval { /* private fields */ }