Function get_cloned

Source
pub fn get_cloned<T: AttrValue>(key: Key<T>) -> T
Expand description

Get a key by cloning the value.

Resolution order: TestOverride -> Runtime -> Env -> File -> Default. Panics if the key has no default and is not set in any layer.