Expand description
Reader for non-utf8 text.
Structs§
- Lines
- An iterator over the lines of an
TextReader
. This struct is generally created by callinglines()
on aTextReader
. Please see the documentation oflines()
for more details. - Text
Reader - The
TextReader
struct is wrapper forBufReader
to decode text codecs.
Enums§
- Error
- Error for reader.
Type Aliases§
- Result
- Result for reader.