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