Function chewdata::updater::tera_helpers::function::faker::sentences

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

Generate sentences

§Examples

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

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