pub fn read_move<R: Read>( reader: &mut BitReader<R, MSB>, position: &Chess, ) -> Result<Move, Error>
Low-level function that reads a single move from a BitReader.
BitReader