Skip to main content

empty

Function empty 

Source
pub const fn empty() -> Empty
Expand description

Creates a value that is always at EOF for reads, and ignores all data written.

See std::io::empty() for more details.