pub fn read_yaml_from_string<T: for<'de> Deserialize<'de>>( str: &str, ) -> Result<T, Box<dyn Error>>
Deserialize YAML object from String