Enum rust_htslib::bam::WriterPathError []

pub enum WriterPathError {
    InvalidPath,
    BGZFError(BGZFError),
}

Variants

Trait Implementations

impl Debug for WriterPathError
[src]

[src]

Formats the value using the given formatter.

impl Display for WriterPathError

Formats the value using the given formatter. Read more

impl Error for WriterPathError

A short description of the error. Read more

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

impl From<BGZFError> for WriterPathError

Performs the conversion.