Trait grass_runtime::LineRecordStreamExt
source · [−]pub trait LineRecordStreamExt: Read {
fn into_record_iter<Record>(self) -> LineRecordStream<Self, Record>
where
Self: Sized,
{ ... }
}pub trait LineRecordStreamExt: Read {
fn into_record_iter<Record>(self) -> LineRecordStream<Self, Record>
where
Self: Sized,
{ ... }
}