Skip to main content

expand_includes

Function expand_includes 

Source
pub fn expand_includes(
    root: &FormSpec,
    registry: &BTreeMap<String, FormSpec>,
) -> Result<FormSpec, IncludeError>
Expand description

Expand includes recursively into a flattened form spec with deterministic ordering.