pub fn parse_as_boolean(yaml: &StrictYaml) -> Result<bool, DotfilesError>
Expand description
Parse a yaml element as boolean.
ยงErrors
- ErrorType::UnexpectedYamlTypeError if yaml is not of type Boolean
pub fn parse_as_boolean(yaml: &StrictYaml) -> Result<bool, DotfilesError>
Parse a yaml element as boolean.