Module bool
merge
0.1.0
Module bool
Module Items
Functions
In crate merge
Modules
bool
num
ord
vec
Traits
Merge
Derive Macros
Merge
merge
Module
bool
Copy item path
Settings
Help
Summary
Source
Expand description
Merge strategies for boolean types.
Functions
§
overwrite_
false
Overwrite left with right if the value of left is false.
overwrite_
true
Overwrite left with right if the value of left is true.