preprocess_nodes

Function preprocess_nodes 

Source
pub async fn preprocess_nodes(
    nodes: &mut Vec<Proxy>,
    extra: &mut ExtraSettings,
) -> Result<(), Box<dyn Error>>
Expand description

Preprocesses nodes before conversion Based on the C++ preprocessNodes function