pub(crate) fn yaml_list<T>( v: &Yaml, conv_fn: impl Fn(&str, &Yaml) -> Result<T>, field: &str, ) -> Result<Vec<T>>