Expand description
OptionalCell convenience type
Structsยง
- OptionalCell 
- OptionalCellis a- Cellthat wraps an- Option. This is helper type that makes keeping types that can be- Nonea little cleaner.
OptionalCell convenience type
OptionalCell is a Cell that wraps an Option. This is helper type
that makes keeping types that can be None a little cleaner.