Expand description
OptionalCell convenience type
Structsยง
- Optional
Cell OptionalCellis aCellthat wraps anOption. This is helper type that makes keeping types that can beNonea 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.