Function chewdata::updater::tera_helpers::function::faker::industry

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

Generate industry

§Examples

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

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