Enum rust_htslib::bam::IndexedReaderPathError []

pub enum IndexedReaderPathError {
    InvalidPath,
    IndexedReaderError(IndexedReaderError),
}

Variants

Trait Implementations

impl Debug for IndexedReaderPathError
[src]

Formats the value using the given formatter.

impl Display for IndexedReaderPathError

Formats the value using the given formatter.

impl Error for IndexedReaderPathError

A short description of the error. Read more

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

impl From<IndexedReaderError> for IndexedReaderPathError

Performs the conversion.