pub fn get_bool<'a>(
dict: &'a Dictionary,
key: &str,
) -> Result<bool, StartInfoProgramError>
Expand description
Retrieve value of type bool. Defaults to ‘false’ if key is not found.
pub fn get_bool<'a>(
dict: &'a Dictionary,
key: &str,
) -> Result<bool, StartInfoProgramError>
Retrieve value of type bool. Defaults to ‘false’ if key is not found.