Enum rust_htslib::bcf::WriteError []

pub enum WriteError {
    WriteError,
}

Variants

Trait Implementations

impl Debug for WriteError
[src]

Formats the value using the given formatter.

impl Display for WriteError

Formats the value using the given formatter.

impl Error for WriteError

A short description of the error. Read more

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