Skip to main content

run_with_reader

Function run_with_reader 

Source
pub fn run_with_reader(
    entity_root: &Path,
    reader: &mut dyn BufRead,
) -> Result<(), String>
Expand description

Testable init with injectable reader.