3 releases (breaking)
0.3.0 | Oct 12, 2023 |
---|---|
0.2.0 | Oct 12, 2023 |
0.1.0 | Oct 12, 2023 |
#3 in #behaviour
7KB
97 lines
cellopt
A Cell<Option<T>>
: useful for those T
which do not implement Default
, let alone Copy
.
CellOpt<T> allows Cell-like behaviour for those T that do not implement Default or Copy
0.3.0 | Oct 12, 2023 |
---|---|
0.2.0 | Oct 12, 2023 |
0.1.0 | Oct 12, 2023 |
#3 in #behaviour
7KB
97 lines
A Cell<Option<T>>
: useful for those T
which do not implement Default
, let alone Copy
.