Trait LineRecordStreamExt

Source
pub trait LineRecordStreamExt: Read {
    // Provided method
    fn into_record_iter<Record>(self) -> LineRecordStream<Self, Record>
       where Self: Sized { ... }
}

Provided Methods§

Source

fn into_record_iter<Record>(self) -> LineRecordStream<Self, Record>
where Self: Sized,

Implementors§