Function lpsettings::get_value_or

source ·
pub fn get_value_or<A>(key: &str, default_value: &A) -> Typewhere
    A: SupportedType,
Expand description

Get the value or return a default value.