Function chewdata::updater::tera_helpers::function::faker::credit_card

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

Generate credit card

§Examples

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

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