Skip to main content

evaluate_node

Function evaluate_node 

Source
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.