Function yaml_from_reader

Source
pub fn yaml_from_reader<T: DeserializeOwned>(
    yaml: impl Read,
) -> Result<T, YamlError>