Module option

Source
Expand description

Merge strategies for Option

Functions§

overwrite_none
Overwrite left with right only if left is None.
recurse
If both left and right are Some, recursively merge the two. Otherwise, fall back to overwrite_none.