Struct bitflags::__core::io::Chars
[−]
[src]
pub struct Chars<R> {
// some fields omitted
}Unstable (
io): awaiting stability of Read::chars
An iterator over the chars of a reader.
This struct is generally created by calling chars() on a reader.
Please see the documentation of chars() for more details.