Function chewdata::updater::tera_helpers::function::faker::ipv4

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

Generate ipv4

§Examples

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

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