pub fn get<T: AttrValue + Copy>(key: Key<T>) -> TExpand description
Get a key from the global configuration (Copy types).
Resolution order: TestOverride -> Runtime -> Env -> File -> Default. Panics if the key has no default and is not set in any layer.