Apple disables TRIM if you put two of their SSDs in RAID (I have tried it). That is of course on the Toshiba drives.
When you enable TRIM you are essentially forcing it on, all you are really doing is replacing a string within the Kext.
The real question is: Will it work properly?
In theory, it may not cause a problem. At the OS level, you delete a file, the OS sends the TRIM command to both drives, but of course removing only the relevant blocks on each SSD.
Given that the RAID isn't abstracted from the OS (since it is software), it should be okay. With that said, we really don't what is happening behind the scenes.
For example, this could go completely haywire, and the TRIM command is sent to both drives for all blocks, even blocks in which the original file was not stored inside. In other words, blocks getting erased that you don't want erased.
I am currently running two Samsung 512GB 830s in RAID 0, with TRIM enabled. I want to run them for a bit and see what happens. If I were you, keep regular backups of your data, more ideal, if you care about your data, I would turn TRIM off.