Function validate_boundary_physical_connection
pub fn validate_boundary_physical_connection<I>(
ports: &[BoundaryPhysicalPortContract<I>],
) -> Result<(), BoundaryPhysicalConnectionViolation>where
I: Eq,Description
Validate the identity and geometry shared by one field-valued set.