pub fn map_reader_lines<const INVALID_FAIL: bool>( reader: impl Read, f: impl FnMut(String) -> Result<()>, )