use crate::;
/// Reader that is always at EOF
///
/// Returned by [`empty()`].
;
/// Construct a new handle to an empty reader.
///
/// The returned type implements [`Read`](crate::Read).
///
/// This API takes some inspiration from [`std::io::empty()`].
///
/// [`std::io::empty()`]: https://doc.rust-lang.org/stable/std/io/fn.empty.html