bdarcus / csln

Reimagining CSL
Mozilla Public License 2.0
13 stars 0 forks source link

InputReference enum dispatching #98

Closed bdarcus closed 1 year ago

bdarcus commented 1 year ago

If I don't find a satisfactory solution for this, I may need to revert #94.

This might be it though:

https://docs.rs/enum_dispatch/latest/enum_dispatch/

bdarcus commented 1 year ago

Am thinking this is not so big a deal; can do the dispatching from the render methods.