Creates a value that is always at EOF for reads, and ignores all data written.
()
| 21 | |
| 22 | /// Creates a value that is always at EOF for reads, and ignores all data written. |
| 23 | pub fn empty() -> Empty { |
| 24 | Empty {} |
| 25 | } |
no outgoing calls
no test coverage detected