pub(super) fn validate_options_per_connection_type(
    t: CreateConnectionType,
    options: BTreeSet<ConnectionOptionName>,
) -> Result<(), PlanError>