Function chewdata::updater::tera_helpers::function::faker::job_seniority

source ·
pub fn job_seniority(_args: &HashMap<String, Value>) -> Result<Value>
Expand description

Generate job seniority

§Examples

use std::collections::HashMap;
use chewdata::updater::tera_helpers::function::faker::job_seniority;

let args = HashMap::new();
let job_seniority = job_seniority(&args);
assert!(job_seniority.is_ok());