pub trait ScriptExpression: Send + Sync { // Required method fn evaluate(&self, context: &mut Context, registry: &Registry); }