pub async fn stream_from_file_async<P: AsRef<Path>>( path: P, limits: Limits, ) -> Result<AsyncStreamingParser<BufReader<File>>>
Stream YAML from an async file