Function parse_as_string

Source
pub fn parse_as_string(
    yaml_to_parse: &StrictYaml,
) -> Result<String, DotfilesError>
Expand description

Parse a yaml element as string, will convert booleans and integers to string if necessary.

ยงErrors