fn load_positions(epd_filename: &str) -> Result<Vec<TestPosition>, String>
Expand description

Loads positions from the epd_filename and parses them into a list of TestPosition. Returns Err with a proper error message if the file couldn’t be parsed.