Skip to main content

get_integer_param

Function get_integer_param 

Source
pub fn get_integer_param(
    params: &BTreeMap<String, Parameter>,
    key: &str,
) -> Option<i64>
Expand description

Extract an integer parameter from metadata, returning None if missing or not a Parameter::Integer.