pub fn evaluate_node(node: &Node) -> Result<Node>Expand description
Recursively evaluate every Node::Expr in a value tree, leaving all
other nodes untouched — the expression twin of
crate::interpolate::interpolate_node, applied when config is
handed to a plugin.