fn packet_timer_needs_rearm(
device: &Arc<Mutex<FidoDevice>>,
pending_in_transfers: &Arc<Mutex<VecDeque<(FidoTransferHandle, Arc<Mutex<Option<FidoTransfer>>>)>>>,
) -> boolExpand description
Checks whether we should re-arm the packet poll timer or not.