Function mycelium_util::io::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).