pub fn to_network_from_raw(
raw: &RawDss,
) -> (MulticonductorNetwork, Vec<Diagnostic>)Expand description
Lowers an executed raw script into the typed model, returning the network beside the parse findings: the raw layer’s own, then the lowering’s.