pub fn get(key: &str) -> Result<Value, String>
Expand description

Returns the given settings parameter as serde_yaml::Value.

Errors

Returns the error message.