records_from_file

Function records_from_file 

Source
pub fn records_from_file<P>(
    path: P,
) -> Result<RecordParser<BufReader<File>>, ParseError>
where P: AsRef<Path>,
👎Deprecated since 0.1.3: 请使用 iter_records_from_file 代替
Expand description

已废弃:请使用 iter_records_from_file 代替

此函数已重命名为 iter_records_from_file 以更清晰地表达其返回迭代器的语义。