pub fn empty() -> Empty
Constructs a new handle to an empty reader.
All reads from the returned reader will return Ok(0).
Ok(0)