pub fn runtime_attrs() -> AttrsExpand description
Snapshot the current attributes in the Runtime configuration layer.
This returns a cloned Attrs containing only values explicitly
set in the Source::Runtime layer (no merging with
Env/File/Defaults). If no Runtime layer is present, an empty
Attrs is returned.