Skip to main content

validate_yubihsm2_config_connections

Function validate_yubihsm2_config_connections 

Source
fn validate_yubihsm2_config_connections(
    value: &BTreeSet<Connection>,
    _context: &(),
) -> Result
Expand description

Validates a set of [Connection] objects.

Ensures that value is not empty.

ยงErrors

Returns an error if value is empty.