get_mandatory

Function get_mandatory 

Source
pub fn get_mandatory<T: FromStr>(
    section: Option<&'static str>,
    field: &'static str,
    ini_config: &Ini,
) -> Result<T, ConfigurationError>