fn fen_to_active_color(board: &mut Board, color: &str) -> Result<(), String>
Expand description

Parses FEN’s active color and stores it into the board. Returns Err with the proper error message if active_color couldn’t be parsed.