Function chewdata::updater::tera_helpers::function::faker::zipcode

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

Generate zipcode

§Examples

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

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