fn validate_yubihsm2_config_connections(
value: &BTreeSet<Connection>,
_context: &(),
) -> ResultExpand description
Validates a set of Connection objects.
Ensures that value is not empty.
ยงErrors
Returns an error if value is empty.
fn validate_yubihsm2_config_connections(
value: &BTreeSet<Connection>,
_context: &(),
) -> ResultValidates a set of Connection objects.
Ensures that value is not empty.
Returns an error if value is empty.