I guess I'll use a converter. I need some additional fields beyond just what's available in a `Table`, so just using an alias won't work, I'm afraid. My hestitation over using a converter is that it means there will be an unnecessary copy operation performed on the `Table`. I guess I'll just use a `TableRef` as a type component instead.
- "Inheriting" procs with composition cmacmackin
