Function mz_environmentd::get_ld_value

source ·
pub(crate) fn get_ld_value<V>(
    name: &str,
    remote_system_parameters: &Option<BTreeMap<String, String>>,
    parse: impl Fn(&str) -> Result<V, String>
) -> Result<Option<V>, Error>