Function chewdata::updater::tera_helpers::function::faker::city

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

Generate city

§Examples

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

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