Struct std::io::Empty
[−]
[src]
pub struct Empty { // some fields omitted }
A reader which is always at EOF.
This struct is generally created by calling empty()
. Please see
the documentation of empty()
for more details.