Function chewdata::updater::tera_helpers::function::faker::country_code

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

Generate country code

§Examples

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

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