pub fn clear(source: Source)Expand description
Remove the configuration layer for the given Source, if
present.
After this call, values from that source will no longer contribute
to resolution in get, get_cloned, or attrs. Defaults
and any remaining layers continue to apply in their normal
priority order.