pub fn check_connections(
node: &mut dyn ComponentNode,
ctx: &mut RustdvCtx,
) -> Result<(), TestError>Expand description
Run the connection sweep and turn any misses into one error listing them
all. Called by the runner between connect and end_of_elaboration.