Function get

Source
pub fn get<T: AttrValue + Copy>(key: Key<T>) -> T
Expand 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.