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

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