as_str_checked

Function as_str_checked 

Source
pub fn as_str_checked(yaml: &Yaml) -> Result<&str>
Expand description

Returns the Yaml as a &str or an error if it isn’t.