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