runtime_attrs

Function runtime_attrs 

Source
pub fn runtime_attrs() -> Attrs
Expand 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.