Module optional_cell

Source
Expand description

OptionalCell convenience type

Structsยง

OptionalCell
OptionalCell is a Cell that wraps an Option. This is helper type that makes keeping types that can be None a little cleaner.