Function stream_from_file_async

Source
pub async fn stream_from_file_async<P: AsRef<Path>>(
    path: P,
    limits: Limits,
) -> Result<AsyncStreamingParser<BufReader<File>>>
Expand description

Stream YAML from an async file