I just happened to have a Fields<SpannedValue<T>> where T also implements ToTokens, but that combination doesn't work when emitting tokens because SpannedValue doesn't implement ToTokens.
Is there a reason for that or can I push a quick PR adding it?
I just happened to have a
Fields<SpannedValue<T>>whereTalso implementsToTokens, but that combination doesn't work when emitting tokens becauseSpannedValuedoesn't implementToTokens.Is there a reason for that or can I push a quick PR adding it?