pub type Generator = Box<dyn Fn(&mut Unstructured<'_>) -> Result<Value>>;
pub struct Generator(/* private fields */);