Function chewdata::updater::tera_helpers::function::faker::digit

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

Generate digit

§Examples

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

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