pub fn validate_shell(
topo: &Topology,
shell_id: ShellId,
options: &ValidateOptions,
) -> Result<ValidationReport, CheckError>Expand description
Validate a single shell.
Runs shell-level checks and wire checks for each face.
ยงErrors
Returns an error if topology lookups fail.