mycelium_util::io

Function empty

Source
pub fn empty() -> Empty
Expand description

Constructs a new handle to an empty reader.

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