Enum rust_htslib::bam::ReadError
[−]
pub enum ReadError {
Truncated,
Invalid,
NoMoreRecord,
}Variants
TruncatedInvalidNoMoreRecordMethods
impl ReadError[src]
fn is_eof(&self) -> bool
Returns true if no record has been read because the end of the file was reached.