fn get_epd_parameter(epd: &str, name: &[&str]) -> Option<String>
Expand description

Gets a value of the name parameters from the specified epd. Returns None if the parameter was not found.