Function stream_from_file

Source
pub fn stream_from_file<P: AsRef<Path>>(
    path: P,
    config: StreamConfig,
) -> Result<StreamingYamlParser<BufReader<File>>>
Expand description

Create a streaming parser from a file path