Function get

Source
pub fn get<T: Send + Sync + Copy + Serialize + DeserializeOwned + Named + 'static>(
    key: Key<T>,
) -> T
Expand description

Get a key from the global configuration. Currently only available for Copy types. get assumes that the key has a default value.