fn validate_num_data_signatures(
verification_method: &ConfigVerificationMethod,
) -> impl FnOnce(&Option<NumDataSignatures>, &()) -> Result + '_Expand description
Validates that the required number of data signatures matches the verification method.
ยงErrors
Returns an error, if the verification_method is ConfigPlainMode and its number of
fingerprint_matches is fewer than that of num_data_signatures.