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