pub fn try_get_cloned<T: AttrValue>(key: Key<T>) -> Option<T>
Expand description
Try to get a key by cloning the value.
Resolution order: TestOverride -> Runtime -> Env -> File -> Default. Returns None if the key has no default and is not set in any layer.