Skip to main content

get

Function get 

Source
pub fn get(key: &str) -> Option<String>
Expand description

Get a configuration value by key.

Returns None if the key doesn’t exist.