Function chewdata::updater::tera_helpers::function::faker::profession

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

Generate profession

§Examples

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

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