pub fn validate_solid(
topo: &Topology,
solid_id: SolidId,
options: &ValidateOptions,
) -> Result<ValidationReport, CheckError>Expand description
Validate a solid (full check suite).
Runs solid-level checks, then shell and wire checks on each shell.
ยงErrors
Returns an error if topology lookups fail.