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
pub fn stream_from_file<P: AsRef<Path>>(
path: P,
config: StreamConfig,
) -> Result<StreamingYamlParser<BufReader<File>>>Create a streaming parser from a file path