Function chewdata::updater::tera_helpers::function::faker::state_code

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

Generate state code

§Examples

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

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