Function chewdata::updater::tera_helpers::function::faker::title

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

Generate title

§Examples

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

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