Function chewdata::updater::tera_helpers::function::faker::latitude

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

Generate latitude

§Examples

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

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