Enum rust_htslib::bcf::ReadError
[−]
pub enum ReadError {
Invalid,
NoMoreRecord,
}Variants
InvalidNoMoreRecord
Methods
impl ReadError[src]
fn is_eof(&self) -> bool[src]
Returns true if no record has been read because the end of the file was reached.
Trait Implementations
impl Debug for ReadError[src]
impl Clone for ReadError[src]
fn clone(&self) -> ReadError[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more