vector_vrl_tests::docs

Function examples_to_tests

Source
fn examples_to_tests(
    category: &'static str,
    examples: HashMap<String, Examples>,
) -> Box<dyn Iterator<Item = Test>>