Function chewdata::updater::tera_helpers::function::faker::ipv6

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

Generate ipv6

§Examples

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

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