std::io::Empty

Struct std::io::Empty

pub struct Empty { /* 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.

Trait Implementations

impl Read for Empty [src]