pub fn as_vec_checked(value: &Yaml) -> Result<&Vec<Yaml>>
Returns the Yaml as a Vec or an error if it isn’t.
Vec