Function std::io::empty [] [src]

pub fn empty() -> Empty

Creates an instance of an empty reader.

All reads from the returned reader will return Ok(0).