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