Function get_with_default

Source
pub fn get_with_default(name: &str, default: &str) -> String
Expand description

Get a value of the property. If the property is not found, it returns the default value. If an error occurs, it returns the default value.