Searched defs:write_facts_to_path (Results 1 – 1 of 1) sorted by relevance
55 macro_rules! write_facts_to_path { in write_to_dir() macro111 fn write_facts_to_path<T>(&self, rows: &[T], file_name: &str) -> Result<(), Box<dyn Error>> in write_facts_to_path() method