Enum rust_htslib::bcf::ReadError
[−]
pub enum ReadError {
Invalid,
NoMoreRecord,
SyncedBcfReaderError,
}Variants
InvalidNoMoreRecordSyncedBcfReaderError
Methods
impl ReadError[src]
pub 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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
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