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()`empty()`. Please see
the documentation of empty()`empty()` for more details.