Enum rust_htslib::bam::IndexError []

pub enum IndexError {
    InvalidIndex,
    InvalidPath,
}

Variants

Trait Implementations

impl Debug for IndexError
[src]

Formats the value using the given formatter.

impl Display for IndexError

Formats the value using the given formatter.

impl Error for IndexError

A short description of the error. Read more

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