Function chewdata::updater::tera_helpers::function::faker::street_name

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

Generate street name

§Examples

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

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