Expand description
OptionalCell
convenience type
Structs§
- Optional
Cell OptionalCell
is aCell
that wraps anOption
. This is helper type that makes keeping types that can beNone
a 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.