pub fn interpolate_node_with( node: &Node, lookup: &dyn Fn(&str) -> Result<Option<String>>, ) -> Result<Node>
Recursively expand templates using a caller-supplied lookup (see interpolate_str_with).
interpolate_str_with