pub type JsonLinesFileIter<T> = JsonLinesIter<BufReader<File>, T>;
Expand description
A type alias for a JsonLinesIter
on a buffered file object.
This is the return type of json_lines()
.
Aliased Typeยง
pub struct JsonLinesFileIter<T> { /* private fields */ }