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

Returns the given settings parameter as Vec<serde_yaml::Value>.

Errors

Returns the error message.