Crate utf8_chars
source ·Structs§
- An iterator over the chars of an instance of
BufRead. - A structure, containing read bytes, and an
io::Error. Theio::Erroris an actual I/O error if some occurred, or a synthetic error with either theUnexpectedEofkind if a multi-byte char was unexpectedly terminated, either theInvalidDatakind if no actual I/O error occurred, but read byte sequence was not recognised as a valid UTF-8.
Traits§
- Extends
BufReadwith methods for reading chars.