Trouble Understanding Schema and Using `Option` in a `Struct`
I'm trying to better understand Schema and some of these more functional patterns like
Option. But, at least with my efforts through the documentation, I'm unable to properly generate an Option in a Struct. (example inside)