parse_records_with

Function parse_records_with 

Source
pub fn parse_records_with<F>(text: &str, f: F)
where F: for<'r> FnMut(ParsedRecord<'r>),
Expand description

解析每条记录并用 ParsedRecord 调用回调;与流式 Splitter 一起使用时实现零分配。