Function read_solution

Source
pub async fn read_solution(path: PathBuf) -> Result<Solution>
Expand description

Read and deserialize a solution from a file.

Calls check_path_json via call to read_bytes.