Module types

Source
Expand description

Types implementing various merge strategies.

Modules§

lines
Strings concatenated with \n.
no_merge
Explicitly disallow merging of values.
overridable
Overridable values.

Structs§

Lines
Strings concatenated with \n.
NoMerge
An unmergeable value.
Overridable
An overridable value based on priority.