Trait pax_runtime::engine::PropertiesComputable
source · pub trait PropertiesComputable {
// Required method
fn compute_properties(
&mut self,
stack: &Rc<RuntimePropertiesStackFrame>,
table: &ExpressionTable,
globals: &Globals
);
}