Skip to main content

interpolate_node_with

Function interpolate_node_with 

Source
pub fn interpolate_node_with(
    node: &Node,
    lookup: &dyn Fn(&str) -> Result<Option<String>>,
) -> Result<Node>
Expand description

Recursively expand templates using a caller-supplied lookup (see interpolate_str_with).