get

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 -> Env -> Runtime -> File -> ClientOverride -> Default. Panics if the key has no default and is not set in any layer.