Function has_data_left

Source
pub fn has_data_left(reader: &mut impl BufRead) -> Result<bool, Error>
Expand description

Check if there is any data left in the reader.