Function dataflow::source::file::open_file_stream[][src]

fn open_file_stream(
    _path: PathBuf,
    file: File,
    read_style: FileReadStyle
) -> Result<Box<dyn AvroRead + Send>, Error>