fn fen_to_stm(board: &mut Board, color: &str) -> Result<(), String>
Parses FEN’s active color and stores it into the board. Returns Err with the proper error message if stm couldn’t be parsed.
board
stm