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

Parses FEN’s en passant and stores it into the board. Returns Err with the proper error message if en_passant couldn’t be parsed.