pub fn validate_extraction_fields(
scenario: &'static str,
first_name: Option<&str>,
last_name: Option<&str>,
job: Option<&str>,
usage: Usage,
) -> Result<(), ScenarioError>Available on crate feature
test-utils only.Expand description
Validate a provider-neutral person extraction and its usage accounting.