Enum rust_htslib::bam::IndexedReaderError []

pub enum IndexedReaderError {
    InvalidIndex,
    BGZFError(BGZFError),
}

Variants

Trait Implementations

impl Debug for IndexedReaderError
[src]

[src]

Formats the value using the given formatter.

impl Display for IndexedReaderError

Formats the value using the given formatter. Read more

impl Error for IndexedReaderError

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl From<BGZFError> for IndexedReaderError

Performs the conversion.